as it needs an extra permission, until we can figure out how to grant the permission in FIPS 140 mode too. See: https://github.com/elastic/elasticsearch/issues/51685
This commit is contained in:
parent
282ae8fd8c
commit
1dc965f03f
|
@ -101,6 +101,7 @@ public class EC2RetriesTests extends ESTestCase {
|
|||
}
|
||||
|
||||
public void testEC2DiscoveryRetriesOnRateLimiting() throws IOException {
|
||||
assumeFalse("https://github.com/elastic/elasticsearch/issues/51685", inFipsJvm());
|
||||
final String accessKey = "ec2_access";
|
||||
final List<String> hosts = Collections.singletonList("127.0.0.1:9000");
|
||||
final Map<String, Integer> failedRequests = new ConcurrentHashMap<>();
|
||||
|
|
Loading…
Reference in New Issue