Skip to content

Commit 40fa88f

Browse files
committed
Ignore stdtest::os::test_setenv. Fails periodically on mac
1 parent 212707c commit 40fa88f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/stdtest/os.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import std::generic_os::getenv;
33
import std::option;
44

55
#[test]
6+
#[ignore(reason = "fails periodically on mac")]
67
fn test_setenv() {
78
// NB: Each test of setenv needs to use different variable names or the
89
// tests will not be threadsafe

0 commit comments

Comments
 (0)