about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test/stdtest/os.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/stdtest/os.rs b/src/test/stdtest/os.rs
index 2d17afddc95..1c26661f61d 100644
--- a/src/test/stdtest/os.rs
+++ b/src/test/stdtest/os.rs
@@ -3,6 +3,7 @@ import std::generic_os::getenv;
 import std::option;
 
 #[test]
+#[ignore(reason = "fails periodically on mac")]
 fn test_setenv() {
     // NB: Each test of setenv needs to use different variable names or the
     // tests will not be threadsafe