diff options
Diffstat (limited to 'tests/test_helper.tcl')
-rw-r--r-- | tests/test_helper.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 21fa35d..64671d7 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -94,6 +94,7 @@ set ::all_tests { unit/client-eviction unit/violations unit/replybufsize + unit/cluster/announced-endpoints unit/cluster/misc unit/cluster/cli unit/cluster/scripting @@ -103,6 +104,7 @@ set ::all_tests { unit/cluster/slot-ownership unit/cluster/links unit/cluster/cluster-response-tls + unit/cluster/failure-marking } # Index to the next test to run in the ::all_tests list. set ::next_test 0 |