Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 118f7a6

Browse files
committed
ignore ci_rustc_if_unchanged_logic test
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 4203c68 commit 118f7a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/src/core/builder/tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ fn alias_and_path_for_library() {
214214
assert_eq!(first(cache.all::<doc::Std>()), &[doc_std!(A => A, stage = 0)]);
215215
}
216216

217+
// FIXME: This is failing in various runners in merge CI.
218+
#[ignore]
217219
#[test]
218220
fn ci_rustc_if_unchanged_logic() {
219221
let config = Config::parse_inner(

0 commit comments

Comments
 (0)