Skip to content

Commit

Permalink
feat: add no-color flag to e2e tests (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
flacatus authored Oct 1, 2024
1 parent d5fbc0b commit f9ea644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ func CleanWorkload() error {

func runTests(labelsToRun string, junitReportFile string) error {

ginkgoArgs := []string{"-p", "--output-interceptor-mode=none",
ginkgoArgs := []string{"-p", "--output-interceptor-mode=none", "--no-color",
"--timeout=90m", fmt.Sprintf("--output-dir=%s", artifactDir),
"--junit-report=" + junitReportFile, "--label-filter=" + labelsToRun}

Expand Down

0 comments on commit f9ea644

Please sign in to comment.