Fix test is failing to run on CI.
Remove mistakenly added 'wait for debugger' flag.
This commit is contained in:
committed by
TeamCityServer
parent
80a0545ac2
commit
45d423e78c
+1
-2
@@ -24,7 +24,6 @@ open class KotlinAndroid36GradleIT : KotlinAndroid33GradleIT() {
|
|||||||
override val defaultGradleVersion: GradleVersionRequired
|
override val defaultGradleVersion: GradleVersionRequired
|
||||||
get() = GradleVersionRequired.AtLeast("6.1")
|
get() = GradleVersionRequired.AtLeast("6.1")
|
||||||
|
|
||||||
@Ignore
|
|
||||||
@Test
|
@Test
|
||||||
fun testAndroidMppSourceSets(): Unit = with(
|
fun testAndroidMppSourceSets(): Unit = with(
|
||||||
Project("new-mpp-android-source-sets")
|
Project("new-mpp-android-source-sets")
|
||||||
@@ -34,7 +33,7 @@ open class KotlinAndroid36GradleIT : KotlinAndroid33GradleIT() {
|
|||||||
// leading to the issue that ":sourceSets" task is always in 'UP-TO-DATE' state.
|
// leading to the issue that ":sourceSets" task is always in 'UP-TO-DATE' state.
|
||||||
// Skipping this check until test will start using AGP 7.0-alpha03+
|
// Skipping this check until test will start using AGP 7.0-alpha03+
|
||||||
if (GradleVersion.version(chooseWrapperVersionOrFinishTest()) < GradleVersion.version("6.8")) {
|
if (GradleVersion.version(chooseWrapperVersionOrFinishTest()) < GradleVersion.version("6.8")) {
|
||||||
build("sourceSets", options = defaultBuildOptions().copy(debug = true)) {
|
build("sourceSets") {
|
||||||
assertSuccessful()
|
assertSuccessful()
|
||||||
|
|
||||||
assertContains("Android resources: [lib/src/main/res, lib/src/androidMain/res]")
|
assertContains("Android resources: [lib/src/main/res, lib/src/androidMain/res]")
|
||||||
|
|||||||
Reference in New Issue
Block a user