|
@@ -143,9 +143,8 @@ public class ReindexRestClientSslTests extends ESTestCase {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38212")
|
|
|
public void testClientSucceedsWithVerificationDisabled() throws IOException {
|
|
|
- assertFalse("Cannot disable verification in FIPS JVM", inFipsJvm());
|
|
|
+ assumeFalse("Cannot disable verification in FIPS JVM", inFipsJvm());
|
|
|
final List<Thread> threads = new ArrayList<>();
|
|
|
final Settings settings = Settings.builder()
|
|
|
.put("path.home", createTempDir())
|