Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 7fbab70

Browse files
committed
test: Remove only from LongResend test.
1 parent 750d62e commit 7fbab70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/flakey/LongResend.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('LongResend', () => {
102102
}, Math.max(10000, size))
103103
})
104104

105-
test.only('can get big resend', async () => {
105+
test('can get big resend', async () => {
106106
let count = 0
107107
const MAX_MESSAGES = 60000 // 60k
108108
const end = 1616509054932

0 commit comments

Comments
 (0)