Exclude SGX from create_dir_all_bare test
And emscripten too.
This commit is contained in:
parent
9b18b4440a
commit
0f221cc034
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx"))))]
|
||||
|
||||
//! Note that this test changes the current directory so
|
||||
//! should not be in the same process as other tests.
|
||||
use std::env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue