Skip to content

Commit a347f7e

Browse files
committed
Skip consumer test which uses events
1 parent fc907bd commit a347f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/promisified/consumer/consumeMessages.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ describe.each([[true], [false]])('Consumer', (isAutoCommit) => {
338338
});
339339

340340
/* Skip as it uses consuimer events. */
341-
it('commits the last offsets processed before stopping', async () => {
341+
it.skip('commits the last offsets processed before stopping', async () => {
342342
jest.spyOn(cluster, 'refreshMetadataIfNecessary')
343343

344344
await Promise.all([admin.connect(), consumer.connect(), producer.connect()])

0 commit comments

Comments
 (0)