Skip to content

Commit

Permalink
Fix failing test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Nov 4, 2024
1 parent 2b72ff2 commit a7c4f65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cashscript/test/e2e/network/FullStack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@ if (!process.env.TESTS_USE_MOCKNET) {
});
});
});
} else {
test.skip('skip', () => {});
}

0 comments on commit a7c4f65

Please sign in to comment.