File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/xpack/security/authc/pki Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ void clearRealmCache() {
151151 new ClearRealmCacheRequestBuilder (client ()).get ();
152152 }
153153
154+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/97772" )
154155 public void testDelegateThenAuthenticate () throws Exception {
155156 final X509Certificate clientCertificate = readCertForPkiDelegation ("testClient.crt" );
156157 final X509Certificate intermediateCA = readCertForPkiDelegation ("testIntermediateCA.crt" );
@@ -193,6 +194,7 @@ public void testDelegateThenAuthenticate() throws Exception {
193194 }
194195 }
195196
197+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/97772" )
196198 public void testTokenInvalidate () throws Exception {
197199 final X509Certificate clientCertificate = readCertForPkiDelegation ("testClient.crt" );
198200 final X509Certificate intermediateCA = readCertForPkiDelegation ("testIntermediateCA.crt" );
@@ -296,6 +298,7 @@ public void testDelegateUnauthorized() throws Exception {
296298 }
297299 }
298300
301+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/97772" )
299302 public void testDelegatePkiWithRoleMapping () throws Exception {
300303 X509Certificate clientCertificate = readCertForPkiDelegation ("testClient.crt" );
301304 X509Certificate intermediateCA = readCertForPkiDelegation ("testIntermediateCA.crt" );
You can’t perform that action at this time.
0 commit comments