Skip to content

Commit

Permalink
Skip unimplemented test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Dec 22, 2023
1 parent 944a6c0 commit fa1e4ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describeIf(process.env.INFURA_PROJECT_ID)('Erc721.NftIndex.Index', () => {
}
})
})
describe('Index', () => {
describe.skip('Index', () => {
it.each(cases)('returns indexed NftIndex results', async (address) => {
await delay(100)
const diviner = asDivinerInstance(await node.resolve('IndexDiviner'))
Expand Down

0 comments on commit fa1e4ca

Please sign in to comment.