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

Commit d98ca25

Browse files
committed
test: Flag multiple clients tests that use resend so they can be filtered out.
1 parent df64089 commit d98ca25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/MultipleClients.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describeRepeats('PubSub with multiple clients', () => {
158158
expect(receivedMessagesOther).toEqual([message])
159159
}, 60000)
160160

161-
describe('subscriber disconnects after each message', () => {
161+
describe('subscriber disconnects after each message (uses resend)', () => {
162162
test('single subscriber', async () => {
163163
const maxMessages = MAX_MESSAGES + Math.floor(Math.random() * MAX_MESSAGES * 0.25)
164164
otherClient = await createSubscriber()
@@ -329,7 +329,7 @@ describeRepeats('PubSub with multiple clients', () => {
329329
})
330330
})
331331

332-
describe('multiple publishers', () => {
332+
describe('multiple publishers (uses resend)', () => {
333333
test('works with multiple publishers on one stream', async () => {
334334
// this creates two subscriber clients and multiple publisher clients
335335
// all subscribing and publishing to same stream

0 commit comments

Comments
 (0)