about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-10-04 12:11:23 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-10-04 12:11:23 +0200
commit32099dbc1e112e34047a8ee458bf35aae76c7b46 (patch)
treef2a4a972d145b352281ec51ac9f28b2f4792a386 /tests
parent9e3e5174462afaf6c3b9db9b35c6d1934521848a (diff)
downloadrust-32099dbc1e112e34047a8ee458bf35aae76c7b46.tar.gz
rust-32099dbc1e112e34047a8ee458bf35aae76c7b46.zip
Enable `--no-sandbox` option by default for rustdoc GUI tests
Diffstat (limited to 'tests')
-rw-r--r--tests/rustdoc-gui/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/rustdoc-gui/README.md b/tests/rustdoc-gui/README.md
index 1126a72ab67..efd513715d4 100644
--- a/tests/rustdoc-gui/README.md
+++ b/tests/rustdoc-gui/README.md
@@ -23,12 +23,5 @@ $ ./x.py test tests/rustdoc-gui --stage 1 --test-args --no-headless
 
 To see the supported options, use `--help`.
 
-Important to be noted: if the chromium instance crashes when you run it, you might need to
-use `--no-sandbox` to make it work:
-
-```bash
-$ ./x.py test tests/rustdoc-gui --stage 1 --test-args --no-sandbox
-```
-
 [browser-ui-test]: https://github.com/GuillaumeGomez/browser-UI-test/
 [puppeteer]: https://pptr.dev/