Skip to content

Commit 9531f10

Browse files
authored
Enable fail-on-warning for IoGradleIntegrationTest (#4530)
1 parent b3567b7 commit 9531f10

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

dokka-integration-tests/gradle/src/testExternalProjectKotlinxIo/kotlin/IoGradleIntegrationTest.kt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,7 @@ class IoGradleIntegrationTest : AbstractGradleIntegrationTest(), TestOutputCopie
5353
val result = createGradleRunner(
5454
buildVersions,
5555
":dokkaGenerate",
56-
// disabled because:
57-
// ##4483/KT-85112:
58-
// w: [:kotlinx-io-okio:dokkaGenerateModuleHtml] Couldn't resolve link: [kotlinx.io.bytestring.ByteString] in file:////private/var/folders/t0/r4zzg8js2gnchztmlh57dyn80000gp/T/junit6370252363311766546/project/integration/kotlinx-io-okio/common/src/OkioAdapters.kt:153:18 (:kotlinx-io-okio/commonMain)
59-
// #4482:
60-
// w: [:kotlinx-io-core:dokkaGenerateModuleHtml] Unknown annotation value `ExperimentalWasmInterop::class` in file:////private/var/folders/t0/r4zzg8js2gnchztmlh57dyn80000gp/T/junit6370252363311766546/project/core/wasmWasi/src/wasi/functions.kt:6:13
61-
"-Pdokka_it_failOnWarning=false",
56+
"-Pdokka_it_failOnWarning=true",
6257
).buildRelaxed()
6358

6459
assertContains(

0 commit comments

Comments
 (0)