Skip to content

Commit b526892

Browse files
rjernstmark-vieira
authored andcommitted
Muting pki tests until expired test certs are regenerated (#97757)
see #97756
1 parent 0c1c6ff commit b526892

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.ElasticsearchStatusException;
1112
import org.elasticsearch.client.RequestOptions;
1213
import org.elasticsearch.client.RestHighLevelClient;
@@ -48,6 +49,7 @@
4849
import static org.hamcrest.Matchers.startsWith;
4950

5051
@SuppressWarnings("removal")
52+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97756")
5153
public class PkiAuthDelegationIntegTests extends SecurityIntegTestCase {
5254

5355
@Override

0 commit comments

Comments
 (0)