Skip to content

Commit

Permalink
[improve][test] Move the SimpleProducerConsumerTest out of the flaky …
Browse files Browse the repository at this point in the history
…test group (#19060)
  • Loading branch information
codelipenghui authored Dec 26, 2022
1 parent 82feb13 commit 9f9f73c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;

@Test(groups = "flaky")
@Test(groups = "broker-api")
public class SimpleProducerConsumerTest extends ProducerConsumerBase {
private static final Logger log = LoggerFactory.getLogger(SimpleProducerConsumerTest.class);
private static final int TIMEOUT_MULTIPLIER = Integer.getInteger("SimpleProducerConsumerTest.receive.timeout.multiplier", 1);
Expand Down

0 comments on commit 9f9f73c

Please sign in to comment.