From 59cfe20f3be727096d328ecb2196478ae01447f6 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Wed, 3 Jan 2024 04:47:59 +0000 Subject: chore: ignore hanging lsp jsx test (#21771) --- cli/tests/integration/lsp_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') 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() -- cgit v1.2.3