Skip to content

Commit

Permalink
Temp skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote committed Dec 9, 2024
1 parent 92dd139 commit a94f648
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/fast-forward.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ test('fast-forward - fast forward after migrate', async t => {
t.comment('percentage: ' + (sparse / core.length * 100).toFixed(2) + '%')
})

test('fast-forward - multiple writers added', async t => {
// TODO: re-enable this test when rocks is in.
// Skipping because it is flaky: around 10% of the time it hangs forever
// (So make sure to verify that it no longer flakes when re-enabling)
test.skip('fast-forward - multiple writers added', async t => {
t.plan(2)

const MESSAGES_PER_ROUND = 200
Expand Down

0 comments on commit a94f648

Please sign in to comment.