@@ -6,21 +6,18 @@ import org.jetbrains.compose.ComposeBuildConfig
66import org.jetbrains.compose.desktop.application.internal.ComposeProperties
77import org.jetbrains.compose.test.utils.GradlePluginTestBase
88import org.jetbrains.compose.test.utils.checks
9- import org.junit.jupiter.api.Disabled
109import org.junit.jupiter.api.fail
1110import org.junit.jupiter.api.Test
1211import kotlin.concurrent.thread
1312
1413class HotReloadTest : GradlePluginTestBase () {
15- @Disabled(" TODO: install JBR on CI for the test to pass" )
1614 @Test
1715 fun testHotReloadTaskRegisteredInJvmProject () = with (testProject(" application/jvm" )) {
1816 gradle(" hotRun" , " --dry-run" ).checks {
1917 check.taskSkipped(" :hotRun" )
2018 }
2119 }
2220
23- @Disabled(" TODO: install JBR on CI for the test to pass" )
2421 @Test
2522 fun testHotReloadTaskRegisteredInKmpProject () = with (testProject(" application/mpp" )) {
2623 gradle(" hotRunJvm" , " --dry-run" ).checks {
@@ -49,7 +46,6 @@ class HotReloadTest : GradlePluginTestBase() {
4946 Thread .sleep(1000 )
5047 }
5148
52- @Disabled(" TODO: install JBR on CI for the test to pass" )
5349 @Test
5450 fun testHotReload () = with (testProject(" application/hotReload" )) {
5551 var result: BuildResult ? = null
@@ -95,7 +91,6 @@ class HotReloadTest : GradlePluginTestBase() {
9591 gradleRunnerWorkaround()
9692 }
9793
98- @Disabled(" TODO: install JBR on CI for the test to pass" )
9994 @Test
10095 fun testExternalHotReload () = with (testProject(" application/mpp" )) {
10196 val externalHotReloadVersion = " 1.0.0-rc01"
0 commit comments