Skip to content

Commit 65afd41

Browse files
committed
Exclude LockFreeListLinearizabilityTest from JDK 1.6 test
1 parent 475c043 commit 65afd41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kotlinx-coroutines-core/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
<forkMode>once</forkMode>
6868
<jvm>${env.JDK_16}/bin/java</jvm>
6969
<argLine>-ea -Xmx1g -Xms1g -Djava.security.manager=kotlinx.coroutines.experimental.TestSecurityManager</argLine>
70+
<excludes>
71+
<exclude>**/*LinearizabilityTest.*</exclude>
72+
</excludes>
7073
</configuration>
7174
</execution>
7275
</executions>

0 commit comments

Comments
 (0)