Skip to content

Commit

Permalink
chore(ext/kv): disable flaky test (denoland#19522)
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Jun 15, 2023
1 parent 43d5644 commit b2e546e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/tests/unit/kv_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b2e546e

Please sign in to comment.