Skip to content

Commit

Permalink
Run integration test for ui-showcase only on macOS because of KMP w…
Browse files Browse the repository at this point in the history
…ith macOS targets
  • Loading branch information
whyoleg committed Jul 11, 2024
1 parent 18bf30e commit aeffcb1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 6,16 @@ package org.jetbrains.dokka.it.gradle

import org.gradle.testkit.runner.TaskOutcome
import org.jetbrains.dokka.it.TestOutputCopier
import org.junit.jupiter.api.condition.EnabledOnOs
import org.junit.jupiter.api.condition.OS
import org.junit.jupiter.params.ParameterizedTest
import org.junit.jupiter.params.provider.ArgumentsSource
import java.io.File
import kotlin.test.assertEquals
import kotlin.test.assertNotNull
import kotlin.test.assertTrue

@EnabledOnOs(OS.MAC, disabledReason = "Contains KMP code for macOS")
class UiShowcaseIntegrationTest : AbstractGradleIntegrationTest(), TestOutputCopier {
override val projectOutputLocation: File by lazy { File(projectDir, "build/dokka/htmlMultiModule") }

Expand Down

0 comments on commit aeffcb1

Please sign in to comment.