浏览代码

Muting pki tests until expired test certs are regenerated (#97757)

see https://github.com/elastic/elasticsearch/issues/97756
Ryan Ernst 2 年之前
父节点
当前提交
2ee4bd4226

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

@@ -7,6 +7,7 @@
 
 package org.elasticsearch.xpack.security.authc.pki;
 
+import org.apache.lucene.tests.util.LuceneTestCase;
 import org.elasticsearch.client.RequestOptions;
 import org.elasticsearch.client.ResponseException;
 import org.elasticsearch.common.settings.SecureString;
@@ -46,6 +47,7 @@ import static org.hamcrest.Matchers.instanceOf;
 import static org.hamcrest.Matchers.is;
 import static org.hamcrest.Matchers.notNullValue;
 
+@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97756")
 public class PkiAuthDelegationIntegTests extends SecurityIntegTestCase {
 
     private static final ParseField AUTHENTICATION_FIELD = new ParseField("authentication");