diff options
author | Heyang Zhou <zhy20000919@hotmail.com> | 2023-06-16 00:53:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 18:53:36 +0200 |
commit | b2e546e530374ca9456aa3f6ff195c3384b32f24 (patch) | |
tree | f37d24de748ccaefb9498ffb704411473ea7663f | |
parent | 43d5644048e4b8bab2beef56b4180ab8c92e9802 (diff) |
chore(ext/kv): disable flaky test (#19522)
-rw-r--r-- | cli/tests/unit/kv_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/unit/kv_test.ts b/cli/tests/unit/kv_test.ts index 64be843be..6b19d8a27 100644 --- a/cli/tests/unit/kv_test.ts +++ b/cli/tests/unit/kv_test.ts @@ -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; |