Skip to content

Commit 3705f24

Browse files
committed
fixup! e2e: KCP test coverage for taint propagation
1 parent 1bbc6b5 commit 3705f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/md_rollout_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
. "github.com/onsi/ginkgo/v2"
2424
)
2525

26-
var _ = Describe("When testing MachineDeployment rolling upgrades and in-place taint propagation", Label("Foo"), func() {
26+
var _ = Describe("When testing MachineDeployment rolling upgrades and in-place taint propagation", func() {
2727
MachineDeploymentRolloutSpec(ctx, func() MachineDeploymentRolloutSpecInput {
2828
return MachineDeploymentRolloutSpecInput{
2929
E2EConfig: e2eConfig,

0 commit comments

Comments
 (0)