summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2024-01-03 04:47:59 +0000
committerGitHub <noreply@github.com>2024-01-03 04:47:59 +0000
commit59cfe20f3be727096d328ecb2196478ae01447f6 (patch)
treea8ccfe2b88e64d1b085fa6dc5cfcc597ccb2d503
parent1ee01d57d6cd207f0cc0bfa5c0b1ef884b8a5216 (diff)
chore: ignore hanging lsp jsx test (#21771)
-rw-r--r--cli/tests/integration/lsp_tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs
index e9a4db535..3053b2e64 100644
--- a/cli/tests/integration/lsp_tests.rs
+++ b/cli/tests/integration/lsp_tests.rs
@@ -9469,6 +9469,7 @@ export function B() {
client.shutdown();
}
+#[ignore = "https://github.com/denoland/deno/issues/21770"]
#[test]
fn lsp_jsx_import_source_config_file_automatic_cache() {
let context = TestContextBuilder::new()