We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f8bee4 + 4441a89 commit e200c7fCopy full SHA for e200c7f
src/bootstrap/src/core/config/tests.rs
@@ -19,6 +19,8 @@ pub(crate) fn parse(config: &str) -> Config {
19
)
20
}
21
22
+// FIXME: Resume this test after establishing a stabilized change tracking logic.
23
+#[ignore]
24
#[test]
25
fn download_ci_llvm() {
26
assert!(parse("").llvm_from_ci);
src/llvm-project
0 commit comments