Skip to content

Commit

Permalink
Remove VetoCooldown test from list for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmt committed Jul 8, 2024
1 parent 6fa07ac commit 22d1d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kontrol/scripts/run-kontrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test_list=()
if [ "$SCRIPT_TESTS" == true ]; then
# Here go the list of tests to execute with the `script` option
test_list=(
"VetoCooldownTest.testVetoCooldownDuration"
#"VetoCooldownTest.testVetoCooldownDuration"
"VetoSignallingTest.testTransitionNormalToVetoSignalling"
"VetoSignallingTest.testVetoSignallingInvariantsHoldInitially"
"EscrowAccountingTest.testRageQuitSupport"
Expand Down

0 comments on commit 22d1d3b

Please sign in to comment.