Skip to content

Commit

Permalink
[improve][ci] Move some flaky ExtensibleLoadManager tests to flaky gr…
Browse files Browse the repository at this point in the history
…oup until they are fixed (apache#23414)
  • Loading branch information
lhotari authored Oct 8, 2024
1 parent c598974 commit 4efcc15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import org.testng.annotations.Test;

@Slf4j
@Test(groups = "broker")
@Test(groups = "flaky")
public class BrokerRegistryIntegrationTest {

private static final String clusterName = "test";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.apache.pulsar.broker.loadbalance.extensions.channel.ServiceUnitStateMetadataStoreTableViewImpl;
import org.testng.annotations.Test;

@Test(groups = "broker")
@Test(groups = "flaky")
public class BrokerRegistryMetadataStoreIntegrationTest extends BrokerRegistryIntegrationTest {

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

@Slf4j
@Test(groups = "broker")
@Test(groups = "flaky")
public class ExtensibleLoadManagerCloseTest {

private static final String clusterName = "test";
Expand Down

0 comments on commit 4efcc15

Please sign in to comment.