We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f72e1b5 + bdbc13c commit 28b41e8Copy full SHA for 28b41e8
test/e2e/node_drain_test.go
@@ -42,7 +42,7 @@ import (
42
"sigs.k8s.io/controller-runtime/pkg/client"
43
)
44
45
-var _ = Describe("When testing Node drain [supervisor] [PR-Blocking]", func() {
+var _ = Describe("When testing Node drain [supervisor]", func() {
46
const specName = "node-drain" // copied from CAPI
47
Setup(specName, func(testSpecificSettingsGetter func() testSettings) {
48
capi_e2e.NodeDrainTimeoutSpec(ctx, func() capi_e2e.NodeDrainTimeoutSpecInput {
0 commit comments