We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6424053 commit 5ab2479Copy full SHA for 5ab2479
modules/reindex/src/test/java/org/elasticsearch/index/reindex/ReindexRestClientSslTests.java
@@ -144,7 +144,7 @@ public void testClientSucceedsWithCertificateAuthorities() throws IOException {
144
}
145
146
public void testClientSucceedsWithVerificationDisabled() throws IOException {
147
- assertFalse("Cannot disable verification in FIPS JVM", inFipsJvm());
+ assumeFalse("Cannot disable verification in FIPS JVM", inFipsJvm());
148
final List<Thread> threads = new ArrayList<>();
149
final Settings settings = Settings.builder()
150
.put("path.home", createTempDir())
0 commit comments