Skip to content

Commit 5633427

Browse files
lizhiminsclaude
andcommitted
[ISSUE #10373] Quarantine flaky PopPriorityIT#test_priority_consume_retry_as_lowest
Flaky in CI: expected:<8> but was:<2> due to async race condition in pop priority consume path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ef7327d commit 5633427

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/src/test/java/org/apache/rocketmq/test/client/consumer/pop/PopPriorityIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import org.junit.After;
3232
import org.junit.Assert;
3333
import org.junit.Before;
34+
import org.junit.Ignore;
3435
import org.junit.Test;
3536
import org.junit.runner.RunWith;
3637
import org.junit.runners.Parameterized;
@@ -178,6 +179,7 @@ public void test_priority_consume_disable() throws Exception {
178179
}
179180
}
180181

182+
@Ignore("Flaky: expected:<8> but was:<2> in CI due to timing/async race")
181183
@Test
182184
public void test_priority_consume_retry_as_lowest() throws Exception {
183185
// retry as lowest by default

0 commit comments

Comments
 (0)