Skip to content

Commit 7423001

Browse files
committed
Re-activate all recovery test cases
1 parent f93c07c commit 7423001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/rabbitmq/stream/impl/RecoveryClusterTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ static void tearDownAll() {
9999

100100
@ParameterizedTest
101101
@CsvSource({
102-
// "false,false",
103-
// "true,true",
102+
"false,false",
103+
"true,true",
104104
"true,false",
105105
})
106106
void clusterRestart(boolean useLoadBalancer, boolean forceLeader) throws InterruptedException {

0 commit comments

Comments
 (0)