Skip to content

Commit

Permalink
Mute some PkiAuthDelegationIntegTests (#97774) (#97779)
Browse files Browse the repository at this point in the history
Relates #97772
  • Loading branch information
kingherc committed Jul 19, 2023
1 parent ca0aa27 commit e3b0c3d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ void clearRealmCache() {
new ClearRealmCacheRequestBuilder(client()).get();
}

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

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

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

0 comments on commit e3b0c3d

Please sign in to comment.