diff --git a/test/kontrol/scripts/run-kontrol.sh b/test/kontrol/scripts/run-kontrol.sh index 3df99eef..a3c21760 100755 --- a/test/kontrol/scripts/run-kontrol.sh +++ b/test/kontrol/scripts/run-kontrol.sh @@ -110,6 +110,13 @@ if [ "$SCRIPT_TESTS" == true ]; then "EscrowOperationsTest.testCannotUnlockBeforeMinLockTime" "EscrowOperationsTest.testCannotLockUnlockInRageQuitEscrowState" "EscrowOperationsTest.testCannotWithdrawBeforeEthClaimTimelockElapsed" + "ProposalOperationsTest.testCannotProposeInInvalidState" + "ProposalOperationsTest.testCannotScheduleInInvalidStates" + "ProposalOperationsTest.testCannotScheduleSubmissionAfterLastVetoSignalling" + "ProposalOperationsTest.testCanceledOrExecutedActionsCannotBeRescheduled" + "ProposalOperationsTest.testCannotScheduleBeforeMinTimelock" + "ProposalOperationsTest.testSchedulingSuccess" + "ProposalOperationsTest.testCannotExecuteBeforeEmergencyProtectionTimelock" ) elif [ "$CUSTOM_TESTS" != 0 ]; then test_list=( "${@:${CUSTOM_TESTS}}" )