Skip to content

Commit

Permalink
8316116: Ignore a single failing test case from Effects2Test
Browse files Browse the repository at this point in the history
Reviewed-by: angorya
  • Loading branch information
aghaisas committed Sep 12, 2023
1 parent ba883a2 commit 082013f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
package test.scenegraph.functional.graphics;

import org.junit.Test;
import org.junit.Ignore;
import org.junit.BeforeClass;

import test.javaclient.shared.TestBase;
Expand Down Expand Up @@ -771,6 +772,7 @@ public void Lightningpointlight() throws InterruptedException {
* test javafx.scene.effect.Lighting
* with setLight(new SpotLight() {{setX(70);setY(120);setZ(50);setPointsAtX(150);setPointsAtY(0);setPointsAtZ(0);
*/
@Ignore("JDK-8316117")
@Test
public void Lightningspotlight() throws InterruptedException {
testCommon(Pages.Lightning.name(),"spot light");
Expand Down

1 comment on commit 082013f

@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.