diff --git a/test/kontrol/scripts/run-kontrol.sh b/test/kontrol/scripts/run-kontrol.sh index 8605cdc3..e8874bc8 100755 --- a/test/kontrol/scripts/run-kontrol.sh +++ b/test/kontrol/scripts/run-kontrol.sh @@ -106,6 +106,8 @@ if [ "$SCRIPT_TESTS" == true ]; then "VetoCooldownTest.testVetoCooldownDuration" "VetoSignallingTest.testTransitionNormalToVetoSignalling" "VetoSignallingTest.testVetoSignallingInvariantsHoldInitially" + "VetoSignallingTest.testVetoSignallingInvariantsArePreserved" + "VetoSignallingTest.testDeactivationNotCancelled" "EscrowAccountingTest.testRageQuitSupport" "EscrowAccountingTest.testEscrowInvariantsHoldInitially" "EscrowLockUnlockTest.testLockStEth" @@ -113,6 +115,8 @@ if [ "$SCRIPT_TESTS" == true ]; then #"EscrowOperationsTest.testCannotUnlockBeforeMinLockTime" #"EscrowOperationsTest.testCannotLockUnlockInRageQuitEscrowState" #"EscrowOperationsTest.testCannotWithdrawBeforeEthClaimTimelockElapsed" + "ProposalOperationsSetup.testOnlyAdminProposersCanCancelProposals" + "ProposalOperationsSetup.testCannotProposeInInvalidState" #"ActivateNextStateTest.testEscrowStateTransition" ) elif [ "$CUSTOM_TESTS" != 0 ]; then diff --git a/test/kontrol/scripts/versions.json b/test/kontrol/scripts/versions.json index 4d53d7c5..4b191f7c 100644 --- a/test/kontrol/scripts/versions.json +++ b/test/kontrol/scripts/versions.json @@ -1,4 +1,4 @@ { - "kontrol": "0.1.395", + "kontrol": "0.1.409", "kontrol-cheatcodes": "master" }