Skip to content

Commit 5389824

Browse files
anastasiia.spaseevawoainikk
anastasiia.spaseeva
authored andcommitted
WA: comment testNoAtomicfuInMppJar
1 parent 92d455c commit 5389824

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

integration-testing/src/mavenTest/kotlin/MavenPublicationValidator.kt

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ class MavenPublicationValidator {
1717
assertTrue(result.exceptionOrNull() is ClassNotFoundException)
1818
}
1919

20-
@Test
21-
@Ignore
22-
fun testNoAtomicfuInMppJar() {
23-
val clazz = Class.forName("kotlinx.coroutines.Job")
24-
JarFile(clazz.protectionDomain.codeSource.location.file).checkForAtomicFu()
25-
}
20+
// @Test
21+
// @Ignore
22+
// fun testNoAtomicfuInMppJar() {
23+
// val clazz = Class.forName("kotlinx.coroutines.Job")
24+
// JarFile(clazz.protectionDomain.codeSource.location.file).checkForAtomicFu()
25+
// }
2626

2727
@Test
2828
fun testNoAtomicfuInAndroidJar() {

0 commit comments

Comments
 (0)