Skip to content

Commit

Permalink
test: ignore eslint warnings for skipped tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ivaylo Nikolov <[email protected]>
  • Loading branch information
ivaylonikolov7 authored and agadzhalov committed Aug 1, 2024
1 parent 514e3e2 commit b7cf3dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/TokenRejectIntegrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ describe("TokenRejectIntegrationTest", function () {
});

// temporary disabled until issue re nfts will be resolved on services side
// eslint-disable-next-line mocha/no-skipped-tests
it.skip("should not return spender allowance to zero after owner rejects FT", async function () {
this.timeout(120000);

Expand Down Expand Up @@ -580,6 +581,7 @@ describe("TokenRejectIntegrationTest", function () {
});

// temporary disabled until issue re nfts will be resolved on services side
// eslint-disable-next-line mocha/no-skipped-tests
it.skip("should return spender allowance to 0 after owner rejects NFT", async function () {
this.timeout(120000);

Expand Down

0 comments on commit b7cf3dc

Please sign in to comment.