Skip to content

Commit

Permalink
Ignore hardhat-core tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Mar 5, 2021
1 parent 56a7ecd commit 65084cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const shouldIgnoreVyperTests = (isGithubActions && !isLinux) || isWindows;
// Solpp tests don't work in Windows
const shouldIgnoreSolppTests = isWindows;

const ignoredPackagesList = [];
const ignoredPackagesList = ["hardhat"];

if (shouldIgnoreVyperTests) {
ignoredPackagesList.push("--exclude @nomiclabs/hardhat-vyper");
Expand Down

0 comments on commit 65084cf

Please sign in to comment.