Skip to content

Commit

Permalink
Merge pull request #3283 from chrischdi/pr-cp-missing-commit
Browse files Browse the repository at this point in the history
🌱 [release-1.12] test: drop PR-Blocking from node drain test
  • Loading branch information
k8s-ci-robot authored Dec 4, 2024
2 parents f72e1b5 + bdbc13c commit 28b41e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/node_drain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
)

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

0 comments on commit 28b41e8

Please sign in to comment.