Ignore the download_ci_llvm test

This commit is contained in:
DianQK 2024-10-12 21:41:44 +08:00
parent 249df9e791
commit 49202c7b47
No known key found for this signature in database

View file

@ -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("")) {