Ignore stdtest::os::test_setenv. Fails periodically on mac

This commit is contained in:
Brian Anderson 2011-10-12 15:27:58 -07:00
parent 212707ce84
commit 40fa88febb

View File

@ -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