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.
ci_rustc_if_unchanged_logic
1 parent 4203c68 commit 118f7a6Copy full SHA for 118f7a6
src/bootstrap/src/core/builder/tests.rs
@@ -214,6 +214,8 @@ fn alias_and_path_for_library() {
214
assert_eq!(first(cache.all::<doc::Std>()), &[doc_std!(A => A, stage = 0)]);
215
}
216
217
+// FIXME: This is failing in various runners in merge CI.
218
+#[ignore]
219
#[test]
220
fn ci_rustc_if_unchanged_logic() {
221
let config = Config::parse_inner(
0 commit comments