Commit 60fc24c
committed
Add
The CI is currently failing with the following error message:
"No usable sandbox! If you are running on Ubuntu 23.10+ or another Linux
distro that has disabled unprivileged user namespaces..."
This commit updates the wasmbrowsertest to a version that supports the
WASM_NO_SANDBOX environment variable, which disables the Chrome sandbox.
Then it adds the environment variable to `TestWasm` in `conn_test.go`.WASM_NO_SANDBOX=on to disable Chrome sandbox1 parent 11bda98 commit 60fc24c
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
0 commit comments