disable wip specs

This commit is contained in:
Hadrien Croubois
2023-03-10 16:55:37 +01:00
parent ec82e2f6fd
commit f44e26fa7b

View File

@ -40,7 +40,7 @@ module.exports = [
files: ['certora/harnesses/InitializableHarness.sol'], files: ['certora/harnesses/InitializableHarness.sol'],
}, },
...product( ...product(
['GovernorBase', 'GovernorInvariants', 'GovernorStates', 'GovernorFunctions'], ['GovernorBase', 'GovernorInvariants', 'GovernorStates', /*'GovernorFunctions'*/],
['ERC20VotesBlocknumberHarness', 'ERC20VotesTimestampHarness'], ['ERC20VotesBlocknumberHarness', 'ERC20VotesTimestampHarness'],
).map(([spec, token]) => ({ ).map(([spec, token]) => ({
spec, spec,