Skip to content

Commit

Permalink
Ignore some time tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Dec 21, 2012
1 parent 8b98e5a commit 2fd8ebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstd/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,7 @@ mod tests {
}

#[test]
#[ignore(reason = "randomred")]
fn test_ctime() {
os::setenv(~"TZ", ~"America/Los_Angeles");
tzset();
Expand All @@ -1185,6 +1186,7 @@ mod tests {
}

#[test]
#[ignore(reason = "randomred")]
fn test_strftime() {
os::setenv(~"TZ", ~"America/Los_Angeles");
tzset();
Expand Down

0 comments on commit 2fd8ebd

Please sign in to comment.