Skip to content

Commit 7023583

Browse files
authored
AwaitsFix testClientSucceedsWithVerificationDisabled (elastic#38213)
Tracked at elastic#38212
1 parent 04dc41b commit 7023583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/reindex/src/test/java/org/elasticsearch/index/reindex/ReindexRestClientSslTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ public void testClientSucceedsWithCertificateAuthorities() throws IOException {
143143
}
144144
}
145145

146+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38212")
146147
public void testClientSucceedsWithVerificationDisabled() throws IOException {
147148
assertFalse("Cannot disable verification in FIPS JVM", inFipsJvm());
148149
final List<Thread> threads = new ArrayList<>();

0 commit comments

Comments
 (0)