We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e287c1e commit c9cb00cCopy full SHA for c9cb00c
test/unit/helpers/bulk.test.ts
@@ -1870,7 +1870,7 @@ test('Flush interval', t => {
1870
server.stop()
1871
})
1872
1873
- test(`flush timeout does not lock process when flushInterval is equal to server timeout`, async t => {
+ test(`flush timeout does not lock process when flushInterval is equal to server timeout`, { skip: "Test currently has a race condition" }, async t => {
1874
const flushInterval = 500
1875
1876
async function handler (req: http.IncomingMessage, res: http.ServerResponse) {
0 commit comments