diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2024-01-03 04:47:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 04:47:59 +0000 |
commit | 59cfe20f3be727096d328ecb2196478ae01447f6 (patch) | |
tree | a8ccfe2b88e64d1b085fa6dc5cfcc597ccb2d503 | |
parent | 1ee01d57d6cd207f0cc0bfa5c0b1ef884b8a5216 (diff) |
chore: ignore hanging lsp jsx test (#21771)
-rw-r--r-- | cli/tests/integration/lsp_tests.rs | 1 |
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() |