We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e9374 commit 2257a8dCopy full SHA for 2257a8d
test/scripts/browser-test/harness.mjs
@@ -26,6 +26,8 @@ const SKIP_TESTS = [
26
"libc-test/functional/pthread_tsd",
27
// Skip test that uses command-line arguments
28
"misc/argv_two_args",
29
+ // Skip test that uses environment variables
30
+ "misc/external_env.c",
31
// XFAIL: @bjorn3/browser_wasi_shim doesn't support symlinks for now
32
"misc/fts",
33
];
0 commit comments