The following system unit tests will fail on the SW pipeline:
TriangleMeshValidationTest.testFaceLengthChange
TriangleMeshValidationTest.testResetFaceSmoothingGroup
TriangleMeshValidationTest.testUpdateMesh
The tests need to check Platform.isSupported(ConditionalFeature.SCENE3D) and skip validation if not supported. See NearAndFarClipTest.java for an example of what you might do.
TriangleMeshValidationTest.testFaceLengthChange
TriangleMeshValidationTest.testResetFaceSmoothingGroup
TriangleMeshValidationTest.testUpdateMesh
The tests need to check Platform.isSupported(ConditionalFeature.SCENE3D) and skip validation if not supported. See NearAndFarClipTest.java for an example of what you might do.