Skip to content

Commit

Permalink
Mute extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Aug 24, 2023
1 parent 83d6ad4 commit de2426c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import utils.JavaCode

@JavaCode
class JavadocInheritDocsTest : BaseAbstractTest() {
val configuration = dokkaConfiguration {
sourceSets {
Expand Down
4 changes: 2 additions & 2 deletions plugins/base/src/test/kotlin/translators/JavadocParserTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import org.jetbrains.dokka.model.firstChildOfType
import org.jetbrains.dokka.model.firstMemberOfType
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Test
import utils.UsingJDK
import utils.JavaCode
import utils.text

@JavaCode
class JavadocParserTest : BaseAbstractTest() {

private fun performJavadocTest(testOperation: (DModule) -> Unit) {
Expand Down Expand Up @@ -160,7 +161,6 @@ class JavadocParserTest : BaseAbstractTest() {
}
}

@UsingJDK
@Test
fun `correctly parsed see tags`() {
performJavadocTest { module ->
Expand Down
2 changes: 1 addition & 1 deletion plugins/base/src/test/kotlin/utils/TagsAnnotations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ annotation class OnlyDescriptorsMPP(val reason: String = "")
annotation class JavaCode

/**
* For test using JDK
* For Kotlin test using JDK
* These tests are disabled in K2 due to Standlone prototype. https://github.com/Kotlin/dokka/issues/3114
*/
@Target(
Expand Down

0 comments on commit de2426c

Please sign in to comment.