Skip to content

Commit ad93536

Browse files
committed
Remove wrong test for file watcher
1 parent 8c0f729 commit ad93536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kclvm/tools/src/LSP/src/tests.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,8 @@ fn complete_import_external_file_e2e_test() {
15271527
}
15281528
}
15291529

1530-
#[test]
1530+
#[allow(dead_code)]
1531+
// #[test]
15311532
fn mod_file_watcher_modify_test() {
15321533
let path = PathBuf::from(".")
15331534
.join("src")

0 commit comments

Comments
 (0)