Skip to content

Commit

Permalink
Add back skip_slow_test guard
Browse files Browse the repository at this point in the history
  • Loading branch information
edwin0cheng committed Apr 12, 2020
1 parent 594ed1e commit ebb1f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/rust-analyzer/tests/heavy_tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -628,9 +628,9 @@ fn main() { message(); }

#[test]
fn resolve_proc_macro() {
// if skip_slow_tests() {
// return;
// }
if skip_slow_tests() {
return;
}
let server = Project::with_fixture(
r###"
//- foo/Cargo.toml
Expand Down

0 comments on commit ebb1f67

Please sign in to comment.