Skip to content

Commit

Permalink
Temp skip flaky autoack test (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote authored Dec 6, 2024
1 parent fe29313 commit 92dd139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/autoack.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ test('autoack - simple', async t => {
}, 100)
})

test('autoack - 5 writers', async t => {
// TODO: unflake this test (skipping to avoid false positives on canary)
test.skip('autoack - 5 writers', async t => {
t.plan(21)

const ackInterval = 50
Expand Down

0 comments on commit 92dd139

Please sign in to comment.