Skip to content

Commit

Permalink
test should only run on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Apr 11, 2023
1 parent df925ca commit 47408e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fxgl/src/test/kotlin/com/almasb/fxgl/app/MainWindowTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class MainWindowTest {
}

@Test
//@EnabledIfEnvironmentVariable(named = "CI", matches = "true")
@EnabledIfEnvironmentVariable(named = "CI", matches = "true")
fun runTests() {
var count = 0

Expand Down

0 comments on commit 47408e9

Please sign in to comment.