We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47f80f commit 9b510aeCopy full SHA for 9b510ae
automation/test.sh
@@ -77,7 +77,7 @@ kubectl() { cluster-up/kubectl.sh "$@"; }
77
export CDI_NAMESPACE="${CDI_NAMESPACE:-cdi}"
78
79
# Skip destructive tests by default
80
-export CDI_LABEL_FILTER="${CDI_LABEL_FILTER:-'!Destructive'}"
+export CDI_LABEL_FILTER="${CDI_LABEL_FILTER:-!Destructive}"
81
82
make cluster-down
83
# Create .bazelrc to use remote cache
0 commit comments