diff --git a/crates/ra_lsp_server/tests/heavy_tests/main.rs b/crates/ra_lsp_server/tests/heavy_tests/main.rs index f61048aaf09f..40d825893e30 100644 --- a/crates/ra_lsp_server/tests/heavy_tests/main.rs +++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs @@ -18,7 +18,8 @@ use tempfile::TempDir; use crate::support::{project, Project}; const LOG: &'static str = ""; -const PROFILE: &'static str = "*@3>100"; +const PROFILE: &'static str = ""; +// const PROFILE: &'static str = "*@3>100"; #[test] fn completes_items_from_standard_library() {