0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-12 16:59:32 -05:00

chore: ignore hanging lsp jsx test (#21771)

This commit is contained in:
Nayeem Rahman 2024-01-03 04:47:59 +00:00 committed by Bartek Iwańczuk
parent 2eb2d109ef
commit 2d561a8cf3
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -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()