Skip to content

Commit bdbc13c

Browse files
committed
test: drop PR-Blocking from node drain test
1 parent f72e1b5 commit bdbc13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/node_drain_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import (
4242
"sigs.k8s.io/controller-runtime/pkg/client"
4343
)
4444

45-
var _ = Describe("When testing Node drain [supervisor] [PR-Blocking]", func() {
45+
var _ = Describe("When testing Node drain [supervisor]", func() {
4646
const specName = "node-drain" // copied from CAPI
4747
Setup(specName, func(testSpecificSettingsGetter func() testSettings) {
4848
capi_e2e.NodeDrainTimeoutSpec(ctx, func() capi_e2e.NodeDrainTimeoutSpecInput {

0 commit comments

Comments
 (0)