Skip to content

Commit

Permalink
Mute finds correct number of deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Oct 26, 2023
1 parent 77d697e commit ec55e5f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package org.jetbrains.dokka.javadoc

import org.jetbrains.dokka.javadoc.pages.DeprecatedPage
import org.jetbrains.dokka.javadoc.renderer.TemplateMap
import org.junit.jupiter.api.Tag
import kotlin.test.Test
import kotlin.test.assertEquals

Expand Down Expand Up @@ -59,6 +60,7 @@ internal class JavadocDeprecatedTest : AbstractJavadocTemplateMapTest() {
}
}

@Tag("onlyDescriptors") // https://github.com/Kotlin/dokka/issues/3266 - `describeConstable` is in deprecated page on Java 17
@Test
fun `finds correct number of deprecated methods`() {
testDeprecatedPageTemplateMaps { templateMap ->
Expand Down

0 comments on commit ec55e5f

Please sign in to comment.