This is an automated email from the ASF dual-hosted git repository.
stefanegli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git
The following commit(s) were added to refs/heads/master by this push:
new c298f65 SLING-12819 : unignore flaky test after release
c298f65 is described below
commit c298f6596fbcbabc3ec3751f2ed5ffe6b3e26463
Author: Stefan Egli <[email protected]>
AuthorDate: Wed Jun 4 10:56:01 2025 +0200
SLING-12819 : unignore flaky test after release
---
src/test/java/org/apache/sling/event/it/RoundRobinMaxParallelIT.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/src/test/java/org/apache/sling/event/it/RoundRobinMaxParallelIT.java
b/src/test/java/org/apache/sling/event/it/RoundRobinMaxParallelIT.java
index 6bdf243..2f731f4 100644
--- a/src/test/java/org/apache/sling/event/it/RoundRobinMaxParallelIT.java
+++ b/src/test/java/org/apache/sling/event/it/RoundRobinMaxParallelIT.java
@@ -20,7 +20,6 @@ package org.apache.sling.event.it;
import org.apache.sling.event.impl.jobs.config.ConfigurationConstants;
import org.apache.sling.event.jobs.QueueConfiguration;
-import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.ops4j.pax.exam.Configuration;
@@ -63,7 +62,6 @@ public class RoundRobinMaxParallelIT extends
AbstractMaxParallelIT {
assertTrue(max <= MAX_PARALLEL);
}
- @Ignore(value = "SLING-12819 : ignored for release")
@Test(timeout=DURATION * 16000L)
public void testRoundRobinMaxParallel_fast() throws Exception {
doTestMaxParallel(200, 123, DURATION);