Unverified Commit 29582041 authored by Alexander Maryanovsky's avatar Alexander Maryanovsky Committed by GitHub

Uncomment check for "skiko.test.ui.enabled" in uiTest (#1180)

parent 1f91b396
......@@ -15,7 +15,7 @@ internal fun uiTest(
block: suspend UiTestScope.() -> Unit
) {
assumeFalse(GraphicsEnvironment.isHeadless())
// assumeTrue(System.getProperty("skiko.test.ui.enabled", "false") == "true")
assumeTrue(System.getProperty("skiko.test.ui.enabled", "false") == "true")
val renderApiProperty = System.getProperty("skiko.test.ui.renderApi", "all")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment