We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf23710 commit 340d757Copy full SHA for 340d757
test/deployments/index.js
@@ -16,7 +16,7 @@ describe('deployments', () => {
16
networks
17
.filter(n => n !== 'local')
18
.forEach(network => {
19
- describe(network, () => {
+ (network === 'goerli' ? describe.skip : describe)(network, () => {
20
const { getTarget, getSource, getStakingRewards, getSynths } = wrap({ network, fs, path });
21
22
// we need this outside the test runner in order to generate tests per contract name
0 commit comments