Ignore some time tests
This commit is contained in:
parent
8b98e5a296
commit
2fd8ebd03a
1 changed files with 2 additions and 0 deletions
|
@ -1170,6 +1170,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore(reason = "randomred")]
|
||||||
fn test_ctime() {
|
fn test_ctime() {
|
||||||
os::setenv(~"TZ", ~"America/Los_Angeles");
|
os::setenv(~"TZ", ~"America/Los_Angeles");
|
||||||
tzset();
|
tzset();
|
||||||
|
@ -1185,6 +1186,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore(reason = "randomred")]
|
||||||
fn test_strftime() {
|
fn test_strftime() {
|
||||||
os::setenv(~"TZ", ~"America/Los_Angeles");
|
os::setenv(~"TZ", ~"America/Los_Angeles");
|
||||||
tzset();
|
tzset();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue