Skip to content

Commit

Permalink
AwaitsFix testClientSucceedsWithVerificationDisabled (#38213)
Browse files Browse the repository at this point in the history
Tracked at #38212
  • Loading branch information
dnhatn authored Feb 1, 2019
1 parent 04dc41b commit 7023583
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<Thread> threads = new ArrayList<>();
Expand Down

0 comments on commit 7023583

Please sign in to comment.