Skip to content

Commit 2fd8ebd

Browse files
committed
Ignore some time tests
1 parent 8b98e5a commit 2fd8ebd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/time.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,7 @@ mod tests {
11701170
}
11711171

11721172
#[test]
1173+
#[ignore(reason = "randomred")]
11731174
fn test_ctime() {
11741175
os::setenv(~"TZ", ~"America/Los_Angeles");
11751176
tzset();
@@ -1185,6 +1186,7 @@ mod tests {
11851186
}
11861187

11871188
#[test]
1189+
#[ignore(reason = "randomred")]
11881190
fn test_strftime() {
11891191
os::setenv(~"TZ", ~"America/Los_Angeles");
11901192
tzset();

0 commit comments

Comments
 (0)