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 f3387bd commit aa1078fCopy full SHA for aa1078f
tests/operator_test.go
@@ -42,7 +42,7 @@ import (
42
)
43
44
var _ = Describe("ALL Operator tests", func() {
45
- Context("[Destructive]", Serial, func() {
+ Context("[Destructive]", Label("Destructive"), Serial, func() {
46
var _ = Describe("Operator tests", func() {
47
f := framework.NewFramework("operator-test")
48
0 commit comments