[mpp] Remove KMM-related diagnostic functional tests

Functional tests do not run on Mac-hosts on CI. Adding a corresponding
integration will be handled as part of more general KGP/MPP tests
rework
This commit is contained in:
Dmitry Savvinov
2023-05-05 10:43:44 +01:00
parent 768e185280
commit a4d40498c7
@@ -13,36 +13,6 @@ import org.junit.Test
class MppDiagnosticsFunctionalTest {
@Test
@Ignore
fun testKmmLibrary() {
checkDiagnosticsWithMppProject("kmmLibrary") {
androidLibrary {
compileSdk = 32
}
kotlin {
androidTarget()
ios()
}
}
}
@Test
@Ignore
fun testKmmApplication() {
checkDiagnosticsWithMppProject("kmmApplication") {
androidApplication {
compileSdk = 32
}
kotlin {
androidTarget()
ios()
}
}
}
@Test
fun testCommonMainWithDependsOn() {
checkDiagnosticsWithMppProject("commonMainWithDependsOn") {