Skip to content

Commit 28b41e8

Browse files
authored
Merge pull request #3283 from chrischdi/pr-cp-missing-commit
🌱 [release-1.12] test: drop PR-Blocking from node drain test
2 parents f72e1b5 + bdbc13c commit 28b41e8

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)