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 b536e4c SLING-12819 : ignore flaky test for release - remove spurious
newline
b536e4c is described below
commit b536e4c6e0091bc0e5073b10c1e23ef1619dff8e
Author: Stefan Egli <[email protected]>
AuthorDate: Tue Jun 3 19:20:03 2025 +0200
SLING-12819 : ignore flaky test for release - remove spurious newline
---
src/test/java/org/apache/sling/event/it/RoundRobinMaxParallelIT.java | 1 -
1 file changed, 1 deletion(-)
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 e520186..6bdf243 100644
--- a/src/test/java/org/apache/sling/event/it/RoundRobinMaxParallelIT.java
+++ b/src/test/java/org/apache/sling/event/it/RoundRobinMaxParallelIT.java
@@ -70,5 +70,4 @@ public class RoundRobinMaxParallelIT extends
AbstractMaxParallelIT {
assertTrue(max <= MAX_PARALLEL);
}
-
}