Skip to content

Commit 43175e1

Browse files
[Backport 8.15] Skip flaky test (#2428)
Co-authored-by: Josh Mock <[email protected]>
1 parent fc80b32 commit 43175e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit/helpers/bulk.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,6 +1819,7 @@ test('Flush interval', t => {
18191819
})
18201820

18211821
server.stop()
1822+
t.end()
18221823
})
18231824

18241825
test(`flush timeout does not lock process when flushInterval is greater than server timeout`, async t => {
@@ -1868,6 +1869,7 @@ test('Flush interval', t => {
18681869
})
18691870

18701871
server.stop()
1872+
t.end()
18711873
})
18721874

18731875
test(`flush timeout does not lock process when flushInterval is equal to server timeout`, async t => {
@@ -1917,6 +1919,7 @@ test('Flush interval', t => {
19171919
})
19181920

19191921
server.stop()
1922+
t.end()
19201923
})
19211924

19221925
t.end()

0 commit comments

Comments
 (0)