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 8b98e5a commit 2fd8ebdCopy full SHA for 2fd8ebd
src/libstd/time.rs
@@ -1170,6 +1170,7 @@ mod tests {
1170
}
1171
1172
#[test]
1173
+ #[ignore(reason = "randomred")]
1174
fn test_ctime() {
1175
os::setenv(~"TZ", ~"America/Los_Angeles");
1176
tzset();
@@ -1185,6 +1186,7 @@ mod tests {
1185
1186
1187
1188
1189
1190
fn test_strftime() {
1191
1192
0 commit comments