fix(test): flag flowConcurrencyKilled() test as flaky

This commit is contained in:
Loïc Mathieu
2025-12-18 16:22:21 +01:00
parent b84f3dcc5e
commit c21e6bd9c6

View File

@@ -78,6 +78,7 @@ public abstract class AbstractRunnerConcurrencyTest {
}
@Test
@FlakyTest(description = "Only flaky in CI")
@LoadFlows(value = {"flows/valids/flow-concurrency-queue-killed.yml"}, tenantId = "flow-concurrency-killed")
void flowConcurrencyKilled() throws Exception {
flowConcurrencyCaseTest.flowConcurrencyKilled("flow-concurrency-killed");