Skip to content

Commit

Permalink
Muting pki tests until expired test certs are regenerated (#97757)
Browse files Browse the repository at this point in the history
see #97756
  • Loading branch information
rjernst authored and mark-vieira committed Jul 18, 2023
1 parent 0c1c6ff commit b526892
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

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

import org.apache.lucene.tests.util.LuceneTestCase;
import org.elasticsearch.ElasticsearchStatusException;
import org.elasticsearch.client.RequestOptions;
import org.elasticsearch.client.RestHighLevelClient;
Expand Down Expand Up @@ -48,6 +49,7 @@
import static org.hamcrest.Matchers.startsWith;

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

@Override
Expand Down

0 comments on commit b526892

Please sign in to comment.