Skip to content

Commit

Permalink
wip: temporary mitigation for halmos bug
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Aug 11, 2023
1 parent ae04294 commit c2b143c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/KeyRegistry/KeyRegistry.symbolic.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ contract KeyRegistrySymTest is SymTest, Test {
// Verify the KeyRegistry invariants
function check_Invariants(bytes4 selector, address caller) public {
// Additional setup to cover various input states
/* TODO: uncomment after halmos bug is fixed
if (svm.createBool("migrateKeys?")) {
keyRegistry.migrateKeys();
}
*/
if (svm.createBool("disableTrustedOnly?")) {
idRegistry.disableTrustedOnly();
}
Expand Down

0 comments on commit c2b143c

Please sign in to comment.