Skip to content

Commit 49202c7

Browse files
committed
Ignore the download_ci_llvm test
1 parent 249df9e commit 49202c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/bootstrap/src/core/config/tests.rs

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ pub(crate) fn parse(config: &str) -> Config {
1919
)
2020
}
2121

22+
// FIXME: Resume this test after establishing a stabilized change tracking logic.
23+
#[ignore]
2224
#[test]
2325
fn download_ci_llvm() {
2426
if crate::core::build_steps::llvm::is_ci_llvm_modified(&parse("")) {

0 commit comments

Comments
 (0)