Skip to content

Commit

Permalink
Renable UI tests since TestFX was upgraded (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Dec 3, 2023
1 parent db4ef1f commit 94adc7b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,6 @@ allprojects {
}

tasks.withType(Test) {
// TODO: re-enable when TestFX (or the underlying JavaFX problem) is fixed
println("UI tests will not be run due to TestFX being broken when headless on Java 10.")
println("See: https://github.com/javafxports/openjdk-jfx/issues/66")
// Link: https://github.com/javafxports/openjdk-jfx/issues/66
useJUnitPlatform {
excludeTags("UI")
}
systemProperty("junit.jupiter.extensions.autodetection.enabled", true)
}

Expand Down

0 comments on commit 94adc7b

Please sign in to comment.