Skip to content

Commit 0f221cc

Browse files
committed
Exclude SGX from create_dir_all_bare test
And emscripten too.
1 parent 9b18b44 commit 0f221cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/std/tests/create_dir_all_bare.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx"))))]
2+
13
//! Note that this test changes the current directory so
24
//! should not be in the same process as other tests.
35
use std::env;

0 commit comments

Comments
 (0)