Skip to content

Commit 2257a8d

Browse files
committed
Skip environment variables test when testing in browser
1 parent 50e9374 commit 2257a8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/scripts/browser-test/harness.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const SKIP_TESTS = [
2626
"libc-test/functional/pthread_tsd",
2727
// Skip test that uses command-line arguments
2828
"misc/argv_two_args",
29+
// Skip test that uses environment variables
30+
"misc/external_env.c",
2931
// XFAIL: @bjorn3/browser_wasi_shim doesn't support symlinks for now
3032
"misc/fts",
3133
];

0 commit comments

Comments
 (0)