We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7023583 commit 86a66ceCopy full SHA for 86a66ce
modules/reindex/src/test/java/org/elasticsearch/index/reindex/ReindexRestClientSslTests.java
@@ -143,9 +143,8 @@ public void testClientSucceedsWithCertificateAuthorities() throws IOException {
143
}
144
145
146
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38212")
147
public void testClientSucceedsWithVerificationDisabled() throws IOException {
148
- assertFalse("Cannot disable verification in FIPS JVM", inFipsJvm());
+ assumeFalse("Cannot disable verification in FIPS JVM", inFipsJvm());
149
final List<Thread> threads = new ArrayList<>();
150
final Settings settings = Settings.builder()
151
.put("path.home", createTempDir())
0 commit comments