Skip to content

Commit

Permalink
8283183: Skip failing PredefinedMeshManagerTest tests
Browse files Browse the repository at this point in the history
Reviewed-by: jvos
  • Loading branch information
kevinrushforth committed Mar 16, 2022
1 parent 4afc8af commit ff75917
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import javafx.scene.shape.Sphere;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import com.sun.javafx.scene.NodeHelper;
Expand Down Expand Up @@ -78,6 +79,7 @@ public void boxCacheTest() {
testShapeAddition(box1again, 2);
}

@Ignore("JDK-8282449")
@Test
public void sphereCacheTest() {
Sphere sphere1 = new Sphere(10, 1000);
Expand All @@ -93,6 +95,7 @@ public void sphereCacheTest() {
testShapeAddition(sphere1again, 2);
}

@Ignore("JDK-8282449")
@Test
public void cylinderCacheTest() {
Cylinder cylinder1 = new Cylinder(10, 20, 1000);
Expand Down

1 comment on commit ff75917

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.