Skip to content

Commit

Permalink
fix: run noir browser tests in series (#6232)
Browse files Browse the repository at this point in the history
This PR removes `--parallel` from the command running the noir browser
tests because of reports of test servers fighting for the `8080` port.

Co-authored-by: ludamad <adam.domurad@gmail.com>
  • Loading branch information
alexghr and ludamad committed May 8, 2024
1 parent 356f7bb commit e092514
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noir/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ packages-test-browser:
WORKDIR /usr/src/noir/noir-repo
RUN ./.github/scripts/playwright-install.sh
RUN yarn workspaces foreach \
--parallel \
--verbose \
--include integration-tests \
--include @noir-lang/noir_wasm \
Expand Down

0 comments on commit e092514

Please sign in to comment.