about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorDianQK <dianqk@dianqk.net>2024-10-12 21:41:44 +0800
committerDianQK <dianqk@dianqk.net>2024-10-12 21:42:11 +0800
commit49202c7b479c0f9727b303985a7a6e45ae5379d3 (patch)
tree88d2b9f933d57e423f518dcc0211151f37cc9453 /src/bootstrap
parent249df9e791e320c92f9c55c06056d8153454b84a (diff)
Ignore the `download_ci_llvm` test
Diffstat (limited to 'src/bootstrap')
-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("")) {