[ETHEREUM-CONTRACTS] Coverage tests don't work when running in parallel #1591
Labels
Project: PROTOCOL-EVMv1
Superfluid protocol EVM v1 implementation in Solidity
Severity: Medium
Tag: Blocked
The issue is blocked by other issues
Tag: TechDebt
Technical debt that needs to be addressed
Type: Testing
Testing cases or harness improvements
Problem
When trying to run the coverage tests with
parallel: true
inhardhat.config.ts
under themocha
property, the tests break complaining about the code size being too large despite it working fine if the tests are not running in parallel.I have notified the Hardhat team regarding the issue,
herehere and hopefully they may have more insight into it.Impact: it slows down the merge queue throughput due to slow testing time.
The text was updated successfully, but these errors were encountered: