-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
The build.gradle script has the following excludes, which should be removed so that the tests will run:
exclude("**/DepthTest.*");
exclude("**/*Abstract*.*");
If there are failing tests as a result, then they should be fixed or excluded with "@Ignore"
exclude("**/DepthTest.*");
exclude("**/*Abstract*.*");
If there are failing tests as a result, then they should be fixed or excluded with "@Ignore"