Skip to content

Commit

Permalink
Auto merge of rust-lang#131461 - onur-ozkan:ignore-ci-rustc-change-te…
Browse files Browse the repository at this point in the history
…st, r=onur-ozkan

ignore `ci_rustc_if_unchanged_logic` test

Temporary hotfix for unblocking CI.

r? ghost
  • Loading branch information
bors committed Oct 9, 2024
2 parents a1eceec + 118f7a6 commit eb4e234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/src/core/builder/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ fn alias_and_path_for_library() {
assert_eq!(first(cache.all::<doc::Std>()), &[doc_std!(A => A, stage = 0)]);
}

// FIXME: This is failing in various runners in merge CI.
#[ignore]
#[test]
fn ci_rustc_if_unchanged_logic() {
let config = Config::parse_inner(
Expand Down

0 comments on commit eb4e234

Please sign in to comment.