From 22d1d3b597feaa1e5b7734dc1d6e960fbcc70f80 Mon Sep 17 00:00:00 2001 From: lucasmt Date: Mon, 8 Jul 2024 15:38:59 -0500 Subject: [PATCH] Remove VetoCooldown test from list for now --- test/kontrol/scripts/run-kontrol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kontrol/scripts/run-kontrol.sh b/test/kontrol/scripts/run-kontrol.sh index f34c6632..45fa952c 100755 --- a/test/kontrol/scripts/run-kontrol.sh +++ b/test/kontrol/scripts/run-kontrol.sh @@ -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"