mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: ignore hanging lsp jsx test (#21771)
This commit is contained in:
parent
1ee01d57d6
commit
59cfe20f3b
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue