diff --git a/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java b/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java index f23a0a4ee5705986a726d96b6f504f1407a44932..55d9b451fe1933803d69211e71f9261f7ad39f3a 100644 --- a/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java +++ b/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java @@ -48,6 +48,7 @@ import jdk.testlibrary.ProcessTools; /* * @test + * @bug 8165367 * @summary Verify the restrictions for certificate path on JSSE with custom trust store. * @library /lib/testlibrary * @compile JSSEClient.java