Skip to content

Commit aa1078f

Browse files
committed
Update Destructive Context to use Label filter in operator tests
1 parent f3387bd commit aa1078f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/operator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import (
4242
)
4343

4444
var _ = Describe("ALL Operator tests", func() {
45-
Context("[Destructive]", Serial, func() {
45+
Context("[Destructive]", Label("Destructive"), Serial, func() {
4646
var _ = Describe("Operator tests", func() {
4747
f := framework.NewFramework("operator-test")
4848

0 commit comments

Comments
 (0)