Skip to content

Commit fd18aaa

Browse files
test(language_server): skip slow test (#10658)
Temporary solution for #10657. Disable this test until we can make it faster.
1 parent a47ccf2 commit fd18aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/oxc_language_server/src/worker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ fn range_overlaps(a: Range, b: Range) -> bool {
461461
mod tests {
462462
use super::*;
463463

464+
#[ignore]
464465
#[test]
465466
fn test_get_root_uri() {
466467
let worker =

0 commit comments

Comments
 (0)