Skip to content

Commit 96fd4a2

Browse files
committed
Do not test the time crate since one test fails
1 parent 0dcb1e3 commit 96fd4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build_system/src/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ fn test_projects(env: &Env, args: &TestArg) -> Result<(), String> {
641641
//failing test is fixed upstream.
642642
//"https://github.com/marshallpierce/rust-base64", // FIXME: one test is OOM-killed.
643643
// TODO: ignore the base64 test that is OOM-killed.
644-
"https://github.com/time-rs/time",
644+
//"https://github.com/time-rs/time", // FIXME: one test fails (https://github.com/time-rs/time/issues/719).
645645
"https://github.com/rust-lang/log",
646646
"https://github.com/bitflags/bitflags",
647647
//"https://github.com/serde-rs/serde", // FIXME: one test fails.

0 commit comments

Comments
 (0)