File tree 2 files changed +7
-7
lines changed
integration-testing/src/mavenTest/kotlin
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
# Kotlin
6
6
version =1.5.0-native-mt-SNAPSHOT
7
7
group =org.jetbrains.kotlinx
8
- kotlin_version =1.5.20-M1
8
+ kotlin_version =1.5.20-RC-233
9
9
10
10
# Dependencies
11
11
junit_version =4.12
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ class MavenPublicationValidator {
17
17
assertTrue(result.exceptionOrNull() is ClassNotFoundException )
18
18
}
19
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
- }
20
+ // @Test
21
+ // @Ignore
22
+ // fun testNoAtomicfuInMppJar() {
23
+ // val clazz = Class.forName("kotlinx.coroutines.Job")
24
+ // JarFile(clazz.protectionDomain.codeSource.location.file).checkForAtomicFu()
25
+ // }
26
26
27
27
@Test
28
28
fun testNoAtomicfuInAndroidJar () {
You can’t perform that action at this time.
0 commit comments