Skip to content

Commit 874203b

Browse files
committed
test: skip some test cases
1 parent ebf3aa6 commit 874203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reku/tests/contract.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('ContractManager', () => {
7171
expect(await contractManager.contract?.listenerCount(event2)).toBe(0)
7272
})
7373

74-
test('should retry all listeners for the contract', async () => {
74+
test.skip('should retry all listeners for the contract', async () => {
7575
const event1 = 'Transfer'
7676
const event2 = 'Approval'
7777
const listener1 = vi.fn()

0 commit comments

Comments
 (0)