From 7b169a1640dda2b4e5fcdc7f3dd286f4fdfa989f Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Tue, 8 Nov 2022 08:56:13 -0800 Subject: [PATCH] Exclude failing java runtime tests. I believe these tests rely on some certs which have now expired. PiperOrigin-RevId: 486964895 --- test/runtimes/exclude/java17.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtimes/exclude/java17.csv b/test/runtimes/exclude/java17.csv index 6db5866f6..b4a857273 100644 --- a/test/runtimes/exclude/java17.csv +++ b/test/runtimes/exclude/java17.csv @@ -43,6 +43,8 @@ java/nio/channels/etc/PrintSupportedOptions.java,, java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java,,Broken test java/nio/channels/unixdomain/SocketOptions.java,, java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java,,Broken test +java/security/cert/CertPathBuilder/targetConstraints/BuildEEBasicConstraints.java,,Broken test +java/security/cert/pkix/policyChanges/TestPolicy.java,,Broken test java/util/ResourceBundle/Control/MissingResourceCauseTestRun.java,,Broken test java/util/concurrent/locks/Lock/TimedAcquireLeak.java,, java/util/logging/LogManager/Configuration/updateConfiguration/SimpleUpdateConfigWithInputStreamTest.java,,Broken test