Skip to content

Commit 393f2cd

Browse files
Rollup merge of #136587 - GuillaumeGomez:update-gui-tests, r=notriddle
Update browser-ui-test version to `0.20.2` r? `@notriddle`
2 parents 736f902 + d92d9f8 commit 393f2cd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.18.2
1+
0.20.2

src/tools/rustdoc-gui/tester.js

-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ async function main(argv) {
197197
const args = [
198198
"--variable", "DOC_PATH", opts["doc_folder"].split("\\").join("/"),
199199
"--enable-fail-on-js-error", "--allow-file-access-from-files",
200-
"--no-sandbox",
201200
];
202201
if (opts["debug"]) {
203202
debug = true;

0 commit comments

Comments
 (0)