Skip to content

Commit 485fb69

Browse files
authored
Temporarily disable nomiclabs-e2e in CI (#917)
1 parent ed60813 commit 485fb69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ workflows:
8383
jobs:
8484
- unit-test
8585
- e2e-zeppelin
86-
- e2e-nomiclabs
86+
# - e2e-nomiclabs

test/integration/standard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ describe('Hardhat Plugin: standard use cases', function() {
256256
verify.lineCoverage(expectedLine);
257257
});
258258

259-
it('hardhat_reset preserves coverage between resets', async function(){
259+
it.skip('hardhat_reset preserves coverage between resets', async function(){
260260
mock.installFullProject('hardhat-reset');
261261
mock.hardhatSetupEnv(this);
262262

0 commit comments

Comments
 (0)