Skip to content

Commit

Permalink
[K2] Enable some unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Nov 13, 2023
1 parent 6313119 commit 663bb13
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class ContentForExceptions : BaseAbstractTest() {
)
}

@OnlyDescriptors("Fixed in 1.9.20 (IMPORT STAR)")
@Test
fun `function with navigatable thrown exception`() {
testInline(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ class ContentForParamsTest : BaseAbstractTest() {
}
}

@OnlyDescriptors("Fixed in 1.9.20 (IMPORT STAR)")
@Test
fun `multiline kotlin throws with comment`() {
testInline(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import org.jetbrains.dokka.model.Invariance
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertNotEquals
import utils.OnlyDescriptors

class KotlinArrayDocumentableReplacerTest : BaseAbstractTest() {
private val configuration = dokkaConfiguration {
Expand Down Expand Up @@ -164,7 +163,6 @@ class KotlinArrayDocumentableReplacerTest : BaseAbstractTest() {
}
}

@OnlyDescriptors("Fix module.contentScope in new Standalone API") // TODO fix module.contentScope [getKtModuleForKtElement]
@Test
fun `no jvm source set`() {
val configurationWithNoJVM = dokkaConfiguration {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ val soapXml = node("soap-env:Envelope", soapAttrs,
}
}

@OnlyDescriptors("Fix kdoc link") // TODO
@OnlyDescriptors("Fix kdoc link in valueOf https://github.com/Kotlin/dokka/issues/3335") // TODO
@Test
fun `should have documentation for synthetic Enum valueOf functions`() {
testInline(
Expand Down

0 comments on commit 663bb13

Please sign in to comment.