We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d47437 commit d7a2afcCopy full SHA for d7a2afc
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 212707ce8440205d5f49b0a274caf629bf118de0
+refs/heads/master: 40fa88febb0eef3010b27e85d1ffac32a2d162f5
trunk/src/test/stdtest/os.rs
@@ -3,6 +3,7 @@ import std::generic_os::getenv;
3
import std::option;
4
5
#[test]
6
+#[ignore(reason = "fails periodically on mac")]
7
fn test_setenv() {
8
// NB: Each test of setenv needs to use different variable names or the
9
// tests will not be threadsafe
0 commit comments