Enable --no-sandbox option by default for rustdoc GUI tests

This commit is contained in:
Guillaume Gomez 2024-10-04 12:11:23 +02:00
parent 9e3e517446
commit 32099dbc1e
3 changed files with 2 additions and 33 deletions

View file

@ -100,4 +100,4 @@ RUN /scripts/build-gccjit.sh /scripts
# the local version of the package is different than the one used by the CI.
ENV SCRIPT /tmp/checktools.sh ../x.py && \
npm install browser-ui-test@$(head -n 1 /tmp/browser-ui-test.version) --unsafe-perm=true && \
python3 ../x.py test tests/rustdoc-gui --stage 2 --test-args "'--no-sandbox --jobs 1'"
python3 ../x.py test tests/rustdoc-gui --stage 2 --test-args "'--jobs 1'"