Skip to content

Commit e3b0c3d

Browse files
authored
Mute some PkiAuthDelegationIntegTests (#97774) (#97779)
Relates #97772
1 parent ca0aa27 commit e3b0c3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/xpack/security/authc/pki/PkiAuthDelegationIntegTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ void clearRealmCache() {
149149
new ClearRealmCacheRequestBuilder(client()).get();
150150
}
151151

152+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97772")
152153
public void testDelegateThenAuthenticate() throws Exception {
153154
final X509Certificate clientCertificate = readCertForPkiDelegation("testClient.crt");
154155
final X509Certificate intermediateCA = readCertForPkiDelegation("testIntermediateCA.crt");
@@ -192,6 +193,7 @@ public void testDelegateThenAuthenticate() throws Exception {
192193
}
193194
}
194195

196+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97772")
195197
public void testTokenInvalidate() throws Exception {
196198
final X509Certificate clientCertificate = readCertForPkiDelegation("testClient.crt");
197199
final X509Certificate intermediateCA = readCertForPkiDelegation("testIntermediateCA.crt");
@@ -290,6 +292,7 @@ public void testDelegateUnauthorized() throws Exception {
290292
}
291293
}
292294

295+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97772")
293296
public void testDelegatePkiWithRoleMapping() throws Exception {
294297
X509Certificate clientCertificate = readCertForPkiDelegation("testClient.crt");
295298
X509Certificate intermediateCA = readCertForPkiDelegation("testIntermediateCA.crt");

0 commit comments

Comments
 (0)