about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/bootstrap/src/core/config/tests.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/config/tests.rs b/src/bootstrap/src/core/config/tests.rs
index ed89112de90..57d66a49afd 100644
--- a/src/bootstrap/src/core/config/tests.rs
+++ b/src/bootstrap/src/core/config/tests.rs
@@ -19,6 +19,8 @@ pub(crate) fn parse(config: &str) -> Config {
     )
 }
 
+// FIXME: Resume this test after establishing a stabilized change tracking logic.
+#[ignore]
 #[test]
 fn download_ci_llvm() {
     if crate::core::build_steps::llvm::is_ci_llvm_modified(&parse("")) {