We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb55348 commit a47cdc0Copy full SHA for a47cdc0
src/librustpkg/tests.rs
@@ -985,6 +985,7 @@ fn no_rebuilding_dep() {
985
}
986
987
#[test]
988
+#[ignore]
989
fn do_rebuild_dep_dates_change() {
990
let p_id = PkgId::new("foo");
991
let dep_id = PkgId::new("bar");
@@ -1001,6 +1002,7 @@ fn do_rebuild_dep_dates_change() {
1001
1002
1003
1004
1005
1006
fn do_rebuild_dep_only_contents_change() {
1007
1008
0 commit comments