Skip to content

Commit c9cb00c

Browse files
committed
Skip flaky test
It has a race condition
1 parent e287c1e commit c9cb00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/helpers/bulk.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,7 @@ test('Flush interval', t => {
18701870
server.stop()
18711871
})
18721872

1873-
test(`flush timeout does not lock process when flushInterval is equal to server timeout`, async t => {
1873+
test(`flush timeout does not lock process when flushInterval is equal to server timeout`, { skip: "Test currently has a race condition" }, async t => {
18741874
const flushInterval = 500
18751875

18761876
async function handler (req: http.IncomingMessage, res: http.ServerResponse) {

0 commit comments

Comments
 (0)