Skip to content

Commit

Permalink
Skip not needed test
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Oct 29, 2024
1 parent 744a771 commit 011d251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/adminJs/tabs/donationTab.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function createDonationTestCases() {
);
}
});
it('Should create donations for gnosis safe', async () => {
it.skip('Should create donations for gnosis safe', async () => {
// https://blockscout.com/xdai/mainnet/tx/0x43f82708d1608aa9355c0738659c658b138d54f618e3322e33a4410af48c200b

const tokenPrice = 1;
Expand Down

0 comments on commit 011d251

Please sign in to comment.