Skip to content

Commit f2cc78b

Browse files
committed
8368219: Skip MenuDoubleShortcutTest on macOS & Linux
Reviewed-by: kcr
1 parent 7a48832 commit f2cc78b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system/src/test/java/test/robot/javafx/scene/MenuDoubleShortcutTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public String errorExplanation() {
9494
//
9595
// https://bugs.openjdk.org/browse/JDK-8087863
9696
// https://bugs.openjdk.org/browse/JDK-8088897
97+
@Disabled("JDK-8368074")
9798
@Test
9899
void macSceneComesBeforeMenuBar() {
99100
Assumptions.assumeTrue(PlatformUtil.isMac());
@@ -105,6 +106,7 @@ void macSceneComesBeforeMenuBar() {
105106

106107
// On platforms other than Mac the menu bar should process the event
107108
// and the scene should not.
109+
@Disabled("JDK-8368074")
108110
@Test
109111
void nonMacMenuBarComesBeforeScene() {
110112
Assumptions.assumeFalse(PlatformUtil.isMac());

0 commit comments

Comments
 (0)