We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d455c commit 5389824Copy full SHA for 5389824
integration-testing/src/mavenTest/kotlin/MavenPublicationValidator.kt
@@ -17,12 +17,12 @@ class MavenPublicationValidator {
17
assertTrue(result.exceptionOrNull() is ClassNotFoundException)
18
}
19
20
- @Test
21
- @Ignore
22
- fun testNoAtomicfuInMppJar() {
23
- val clazz = Class.forName("kotlinx.coroutines.Job")
24
- JarFile(clazz.protectionDomain.codeSource.location.file).checkForAtomicFu()
25
- }
+// @Test
+// @Ignore
+// fun testNoAtomicfuInMppJar() {
+// val clazz = Class.forName("kotlinx.coroutines.Job")
+// JarFile(clazz.protectionDomain.codeSource.location.file).checkForAtomicFu()
+// }
26
27
@Test
28
fun testNoAtomicfuInAndroidJar() {
0 commit comments