We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93c07c commit 7423001Copy full SHA for 7423001
src/test/java/com/rabbitmq/stream/impl/RecoveryClusterTest.java
@@ -99,8 +99,8 @@ static void tearDownAll() {
99
100
@ParameterizedTest
101
@CsvSource({
102
- // "false,false",
103
- // "true,true",
+ "false,false",
+ "true,true",
104
"true,false",
105
})
106
void clusterRestart(boolean useLoadBalancer, boolean forceLeader) throws InterruptedException {
0 commit comments