8278233: [macos] tools/jpackage tests timeout due to /usr/bin/osascript
Reviewed-by: herrick, asemenyuk
This commit is contained in:
parent
f48a3e86d0
commit
918e339785
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user