Browse Source

disable wip specs

Hadrien Croubois 2 years ago
parent
commit
f44e26fa7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      certora/specs.js

+ 1 - 1
certora/specs.js

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