-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: javafx
The robot-based system tests should only be run when the USE_ROBOT property is set to "true". This is done in build.gradle by using "if (!IS_USE_ROBOT)" to exclude the tests that use glass robot.
The scenegraph.JDK8130122Test is a robot test and needs to be so qualified.
The scenegraph.JDK8130122Test is a robot test and needs to be so qualified.