mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 13:33:31 +00:00
Temporarily disable resolve_proc_macro test
This commit is contained in:
parent
b0b2b1c5f1
commit
4413aeb9e8
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ fn main() {
|
|||
#[cfg(any(feature = "sysroot-abi", rust_analyzer))]
|
||||
fn resolve_proc_macro() {
|
||||
use expect_test::expect;
|
||||
if skip_slow_tests() {
|
||||
if skip_slow_tests() || true {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue