--- old/test/java/awt/TrayIcon/ActionCommand/ActionCommand.java 2015-11-25 11:12:35.871034600 +0300 +++ new/test/java/awt/TrayIcon/ActionCommand/ActionCommand.java 2015-11-25 11:12:35.199967500 +0300 @@ -59,8 +59,11 @@ "and rerun test."); } else if (System.getProperty("os.name").toLowerCase().startsWith("mac")){ isMacOS = true; + } else if (SystemTrayIconHelper.isOel7()) { + System.out.println("OEL 7 doesn't support double click in " + + "systray. Skipped"); + return; } - new ActionCommand().doTest(); } }