}
}
-#[test]
+//Debian: doesn't work in a tarball source
+#[allow(dead_code)]
fn ci_rustc_if_unchanged_invalidate_on_compiler_changes() {
git_test(|ctx| {
prepare_rustc_checkout(ctx);
});
}
-#[test]
+//Debian: doesn't work in a tarball source
+#[allow(dead_code)]
fn ci_rustc_if_unchanged_do_not_invalidate_on_library_changes_outside_ci() {
git_test(|ctx| {
prepare_rustc_checkout(ctx);
});
}
-#[test]
+//Debian: doesn't work in a tarball source
+#[allow(dead_code)]
fn ci_rustc_if_unchanged_do_not_invalidate_on_tool_changes() {
git_test(|ctx| {
prepare_rustc_checkout(ctx);
");
}
- #[test]
+ #[allow(dead_code)]
fn dist_all_cross_extended() {
let ctx = TestCtx::new();
insta::assert_snapshot!(
///
/// This is a regression test for <https://github.com/rust-lang/rust/issues/138123>
/// and <https://github.com/rust-lang/rust/issues/138004>.
- #[test]
+ #[allow(dead_code)]
fn dist_all_cross_extended_no_docs() {
let ctx = TestCtx::new();
let steps = ctx