0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00

chore(ext/kv): disable flaky test (#19522)

This commit is contained in:
Heyang Zhou 2023-06-16 00:53:36 +08:00 committed by GitHub
parent 43d5644048
commit b2e546e530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1697,6 +1697,7 @@ Deno.test({
Deno.test({
name: "queue persistence with delay messages",
ignore: true, // flaky
async fn() {
const dispatchedPre = Deno.metrics().opsDispatchedAsync;
const completedPre = Deno.metrics().opsCompletedAsync;