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 f44392d commit f507fa5Copy full SHA for f507fa5
test/e2e/data/kubetest/conformance-fast.yaml
test/e2e/data/kubetest/conformance.yaml
@@ -6,7 +6,8 @@ ginkgo.slowSpecThreshold: 120.0
6
ginkgo.flakeAttempts: 3
7
ginkgo.trace: true
8
ginkgo.v: true
9
-ginkgo.no-color: true
10
# Use 5m instead of the default 10m to fail faster
11
# if kube-system Pods are not coming up.
12
system-pods-startup-timeout: 5m
+# TODO: (killianmuldoon) This flag is not currently working with the conformance set-up.
13
+# ginkgo.noColor: true
0 commit comments