Temporarily disable resolve_proc_macro test
This commit is contained in:
parent
b0b2b1c5f1
commit
4413aeb9e8
@ -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…
x
Reference in New Issue
Block a user