Skip to content

Commit 0c969a9

Browse files
committed
[DO NOT MERGE] bootstrap: skip more tests
1 parent 877b971 commit 0c969a9

File tree

1 file changed

+2
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-0
lines changed

src/bootstrap/src/core/build_steps/test.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ impl Step for RustAnalyzer {
413413
&[
414414
// FIXME: may need a fix from https://github.com/rust-lang/rust-analyzer/pull/19124.
415415
"--skip=config::tests::cargo_target_dir_subdir",
416+
// FIXME: fails on `aarch64-apple` due to `cfg` differences
417+
"--skip=item_tree::tests::generics_with_attributes",
416418
],
417419
&[],
418420
"rust-analyzer",

0 commit comments

Comments
 (0)