Skip to content

Commit 2ee4bd4

Browse files
authored
Muting pki tests until expired test certs are regenerated (elastic#97757)
see elastic#97756
1 parent 997e636 commit 2ee4bd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
package org.elasticsearch.xpack.security.authc.pki;
99

10+
import org.apache.lucene.tests.util.LuceneTestCase;
1011
import org.elasticsearch.client.RequestOptions;
1112
import org.elasticsearch.client.ResponseException;
1213
import org.elasticsearch.common.settings.SecureString;
@@ -46,6 +47,7 @@
4647
import static org.hamcrest.Matchers.is;
4748
import static org.hamcrest.Matchers.notNullValue;
4849

50+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97756")
4951
public class PkiAuthDelegationIntegTests extends SecurityIntegTestCase {
5052

5153
private static final ParseField AUTHENTICATION_FIELD = new ParseField("authentication");

0 commit comments

Comments
 (0)