Skip to content

Commit

Permalink
disable KmpCommonSourceSharedWithDependentsTest, because of #3382
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Nov 21, 2024
1 parent aca1c58 commit c1d803c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
package org.jetbrains.dokka.gradle

import io.kotest.assertions.withClue
import io.kotest.core.annotation.Ignored
import io.kotest.core.spec.style.FunSpec
import io.kotest.matchers.sequences.shouldBeEmpty
import org.gradle.testkit.runner.TaskOutcome.*
Expand All @@ -13,6 +14,7 @@ import kotlin.io.path.isRegularFile
import kotlin.io.path.useLines
import kotlin.io.path.walk

@Ignored("KMP: References is not linked if they are in shared code and there is an intermediate level between them https://github.com/Kotlin/dokka/issues/3382")
class KmpCommonSourceSharedWithDependentsTest : FunSpec({
context("common source set is propagated to dependents") {
val project = initProject()
Expand Down

0 comments on commit c1d803c

Please sign in to comment.