Skip to content

Commit

Permalink
chore: Run flakey e2e tests on CI but allow failure (#5937)
Browse files Browse the repository at this point in the history
So we can keep an eye on why they are failing.
  • Loading branch information
spalladino authored Apr 23, 2024
1 parent fed5b6d commit a074251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yarn-project/end-to-end/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ e2e-tests:
FROM ../+end-to-end
RUN yarn test ./src/e2e

flakey-e2e-tests:
FROM ../+end-to-end
RUN yarn test --passWithNoTests ./src/flakey || true

e2e-sandbox-example:
ARG e2e_mode=local
DO +E2E_TEST --test=e2e_sandbox_example.test.ts --e2e_mode=$e2e_mode
Expand Down

0 comments on commit a074251

Please sign in to comment.