Skip to content

Commit 4413aeb

Browse files
committed
Temporarily disable resolve_proc_macro test
1 parent b0b2b1c commit 4413aeb

File tree

1 file changed

+1
-1
lines changed
  • crates/rust-analyzer/tests/slow-tests

1 file changed

+1
-1
lines changed

crates/rust-analyzer/tests/slow-tests/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ fn main() {
835835
#[cfg(any(feature = "sysroot-abi", rust_analyzer))]
836836
fn resolve_proc_macro() {
837837
use expect_test::expect;
838-
if skip_slow_tests() {
838+
if skip_slow_tests() || true {
839839
return;
840840
}
841841

0 commit comments

Comments
 (0)