Skip to content

Commit d6029d5

Browse files
author
anastasiia.spaseeva
committed
WA: comment testNoAtomicfuInMppJar
1 parent bc69826 commit d6029d5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Kotlin
66
version=1.5.0-native-mt-SNAPSHOT
77
group=org.jetbrains.kotlinx
8-
kotlin_version=1.5.20-M1
8+
kotlin_version=1.5.20-RC-233
99

1010
# Dependencies
1111
junit_version=4.12

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)