1
0
Fork 0
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:
Nayeem Rahman 2024-01-03 04:47:59 +00:00 committed by GitHub
parent 1ee01d57d6
commit 59cfe20f3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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