diff options
| author | bors <bors@rust-lang.org> | 2024-10-09 19:51:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-09 19:51:01 +0000 |
| commit | eb4e2346748e1760f74fcaa27b42431e0b95f8f3 (patch) | |
| tree | 963fe8c5dfd7576fe1bcd7532aba0907d6d1cd27 | |
| parent | a1eceec00b2684f947481696ae2322e20d59db60 (diff) | |
| parent | 118f7a6b88a2627aba161d7a6e695350329d20e7 (diff) | |
| download | rust-eb4e2346748e1760f74fcaa27b42431e0b95f8f3.tar.gz rust-eb4e2346748e1760f74fcaa27b42431e0b95f8f3.zip | |
Auto merge of #131461 - onur-ozkan:ignore-ci-rustc-change-test, r=onur-ozkan
ignore `ci_rustc_if_unchanged_logic` test Temporary hotfix for unblocking CI. r? ghost
| -rw-r--r-- | src/bootstrap/src/core/builder/tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/builder/tests.rs b/src/bootstrap/src/core/builder/tests.rs index ab36193f8b6..4ab1ef1ad0f 100644 --- a/src/bootstrap/src/core/builder/tests.rs +++ b/src/bootstrap/src/core/builder/tests.rs @@ -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( |
