diff --git a/modules/reindex/src/test/java/org/elasticsearch/index/reindex/ReindexRestClientSslTests.java b/modules/reindex/src/test/java/org/elasticsearch/index/reindex/ReindexRestClientSslTests.java index f71d124986699..87ab4b3241410 100644 --- a/modules/reindex/src/test/java/org/elasticsearch/index/reindex/ReindexRestClientSslTests.java +++ b/modules/reindex/src/test/java/org/elasticsearch/index/reindex/ReindexRestClientSslTests.java @@ -143,6 +143,7 @@ public void testClientSucceedsWithCertificateAuthorities() throws IOException { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38212") public void testClientSucceedsWithVerificationDisabled() throws IOException { assertFalse("Cannot disable verification in FIPS JVM", inFipsJvm()); final List threads = new ArrayList<>();