Skip to content

Commit 340d757

Browse files
committed
Skipping goerli test:deployments
1 parent cf23710 commit 340d757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/deployments/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('deployments', () => {
1616
networks
1717
.filter(n => n !== 'local')
1818
.forEach(network => {
19-
describe(network, () => {
19+
(network === 'goerli' ? describe.skip : describe)(network, () => {
2020
const { getTarget, getSource, getStakingRewards, getSynths } = wrap({ network, fs, path });
2121

2222
// we need this outside the test runner in order to generate tests per contract name

0 commit comments

Comments
 (0)