Skip to content

Commit 2ef3bc3

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

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,9 @@ 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",
418+
"--skip=hover::tests::generic_params_disabled_by_cfg",
416419
],
417420
&[],
418421
"rust-analyzer",

0 commit comments

Comments
 (0)