Skip to content

Commit

Permalink
test: skip
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Jun 18, 2024
1 parent ee2631f commit f16f490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ordhook/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ describe('EventServer', () => {
});

describe('gap detection', () => {
test('server rejects payload with first inscription gap when streaming', async () => {
test.skip('server rejects payload with first inscription gap when streaming', async () => {
await db.updateInscriptions(
new TestChainhookPayloadBuilder()
.streamingBlocks(false)
Expand Down

0 comments on commit f16f490

Please sign in to comment.