Skip to content

Commit 760efbf

Browse files
authored
Mute some PkiAuthDelegationIntegTests (elastic#97774)
Relates elastic#97772
1 parent ab65e6f commit 760efbf

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
@@ -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");

0 commit comments

Comments
 (0)