diff --git a/scripts/run-tests.js b/scripts/run-tests.js index f5e72861eda..7c103494344 100644 --- a/scripts/run-tests.js +++ b/scripts/run-tests.js @@ -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");