8278233: [macos] tools/jpackage tests timeout due to /usr/bin/osascript

Reviewed-by: herrick, asemenyuk
This commit is contained in:
Alexander Matveev 2021-12-14 23:59:11 +00:00
parent f48a3e86d0
commit 918e339785
2 changed files with 1 additions and 4 deletions
src/jdk.jpackage/share/classes/jdk/jpackage/internal
test/jdk

@ -191,7 +191,7 @@ public class IOUtils {
PrintStream consumer, boolean writeOutputToFile, long timeout)
throws IOException {
exec(pb, testForPresenceOnly, consumer, writeOutputToFile,
Executor.INFINITE_TIMEOUT, false);
timeout, false);
}
static void exec(ProcessBuilder pb, boolean testForPresenceOnly,

@ -834,9 +834,6 @@ jdk/jfr/api/consumer/streaming/TestLatestEvent.java 8268297 windows-
# jdk_jpackage
tools/jpackage/share/IconTest.java 8278233 macosx-x64
tools/jpackage/share/MultiNameTwoPhaseTest.java 8278233 macosx-x64
############################################################################
# Client manual tests