diff --git a/jctools.spec b/jctools.spec index 639fe18..6e59781 100644 --- a/jctools.spec +++ b/jctools.spec @@ -3,7 +3,7 @@ Name: jctools Version: 2.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Java Concurrency Tools for the JVM License: ASL 2.0 URL: http://jctools.github.io/JCTools/ @@ -64,7 +64,8 @@ JCTools Parent POM. find . -name '*.class' -print -delete find . -name '*.jar' -print -delete -# Remove failure-prone test (race condition?) +# Remove failure-prone tests (race condition?) +rm jctools-core/src/test/java/org/jctools/queues/MpqSanityTestMpscCompound.java rm jctools-core/src/test/java/org/jctools/queues/atomic/AtomicMpqSanityTestMpscCompound.java %pom_xpath_set pom:project/pom:version %{namedversion} @@ -127,6 +128,9 @@ done %license LICENSE %changelog +* Mon Sep 09 2019 Fabio Valentini - 2.1.2-4 +- Disable another failure-prone unreliable test. + * Mon Sep 09 2019 Fabio Valentini - 2.1.2-3 - Disable failure-prone unreliable test.