Skip to content

Commit f6e7c03

Browse files
committed
Run E2Es with --hide-summary output
Apparently without this flag E2Es will pass if a test is re-run several times and fails several times. I've seen this on 2-3 E2E runs. See gotestyourself/gotestsum#423 Signed-off-by: Nic Cope <[email protected]>
1 parent e172321 commit f6e7c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Earthfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ e2e:
7474
# https://github.com/earthly/earthly/issues/4143 is fixed.
7575
RUN gotestsum \
7676
--rerun-fails \
77+
--hide-summary output \ # See https://github.com/gotestyourself/gotestsum/issues/423
7778
--no-color=false \
7879
--format ${GOTESTSUM_FORMAT} \
7980
--junitfile e2e-tests.xml \

0 commit comments

Comments
 (0)