Enable --no-sandbox option by default for rustdoc GUI tests
This commit is contained in:
parent
9e3e517446
commit
32099dbc1e
3 changed files with 2 additions and 33 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue