Skip to content

Commit

Permalink
Disable tests of deprecated contract
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Mar 22, 2024
1 parent aa9f301 commit ce8734b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/tribute-erc721/tribute-erc721.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ const deployAndConfigureCollection = async (
return { proxy };
};

describe("nft test", () => {
// We are not using TributeERC721 contract anymore.
describe.skip("nft test", () => {
let accounts, daoOwner, daoAddress;

before("deploy dao", async () => {
Expand Down

0 comments on commit ce8734b

Please sign in to comment.