Skip to content

Commit

Permalink
[improve][ci] Move ZkSessionExpireTest to flaky group to unblock CI (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored Jan 3, 2025
1 parent 1f7a79f commit e0eaca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import org.testng.annotations.Test;

@Slf4j
@Test(groups = "broker")
@Test(groups = "flaky")
public class ZkSessionExpireTest extends NetworkErrorTestBase {

private java.util.function.Consumer<ServiceConfiguration> settings;
Expand Down

0 comments on commit e0eaca9

Please sign in to comment.