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.
1 parent 064df73 commit 5ca5312Copy full SHA for 5ca5312
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