8378798: Test tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/util/CommandOutputControlTest.java failed: missing IOException

Reviewed-by: almatvee
This commit is contained in:
Alexey Semenyuk 2026-02-27 23:13:19 +00:00
parent b0318fee71
commit 58a7ccfca4

View File

@ -458,7 +458,7 @@ public class CommandOutputControlTest {
processDestroyer.get().join();
}
@DisabledOnOs(value = OS.MAC, disabledReason = "Closing a stream doesn't consistently cause a trouble as it should")
@DisabledOnOs(value = {OS.MAC, OS.LINUX}, disabledReason = "Closing a stream doesn't consistently cause a trouble as expected")
@ParameterizedTest
@EnumSource(OutputStreams.class)
public void test_close_streams(OutputStreams action) throws InterruptedException, IOException {