Skip to content

Commit f507fa5

Browse files
Remove non-functioning ginkgo.no-color flag
Signed-off-by: killianmuldoon <[email protected]>
1 parent f44392d commit f507fa5

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

test/e2e/data/kubetest/conformance-fast.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/e2e/data/kubetest/conformance.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ginkgo.slowSpecThreshold: 120.0
66
ginkgo.flakeAttempts: 3
77
ginkgo.trace: true
88
ginkgo.v: true
9-
ginkgo.no-color: true
109
# Use 5m instead of the default 10m to fail faster
1110
# if kube-system Pods are not coming up.
1211
system-pods-startup-timeout: 5m
12+
# TODO: (killianmuldoon) This flag is not currently working with the conformance set-up.
13+
# ginkgo.noColor: true

0 commit comments

Comments
 (0)