Skip to content

Commit

Permalink
[fix][ci] Temporarily move OneWayReplicatorTestBase tests to flaky gr…
Browse files Browse the repository at this point in the history
…oup to unblock CI (#23478)
  • Loading branch information
lhotari authored Oct 17, 2024
1 parent 93384dd commit 6933a1d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;

@Test(groups = "flaky")
public class SameAuthParamsLookupAutoClusterFailoverTest extends OneWayReplicatorTestBase {

public void setup() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import org.testng.annotations.Test;

@Slf4j
@Test(groups = "broker")
@Test(groups = "flaky")
public class DisabledCreateTopicToRemoteClusterForReplicationTest extends OneWayReplicatorTestBase {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
import org.testng.annotations.Test;

@Slf4j
@Test(groups = "broker")
@Test(groups = "flaky")
public class OneWayReplicatorTest extends OneWayReplicatorTestBase {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import org.testng.annotations.Test;

@Slf4j
@Test(groups = "broker")
@Test(groups = "flaky")
public class OneWayReplicatorUsingGlobalZKTest extends OneWayReplicatorTest {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
import org.testng.annotations.Test;

@Slf4j
@Test(groups = "broker")
@Test(groups = "flaky")
public class ReplicationTxnTest extends OneWayReplicatorTestBase {

private boolean transactionBufferSegmentedSnapshotEnabled = false;
Expand Down

0 comments on commit 6933a1d

Please sign in to comment.