mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
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 {
|
public void testEC2DiscoveryRetriesOnRateLimiting() throws IOException {
|
||||||
|
assumeFalse("https://github.com/elastic/elasticsearch/issues/51685", inFipsJvm());
|
||||||
final String accessKey = "ec2_access";
|
final String accessKey = "ec2_access";
|
||||||
final List<String> hosts = Collections.singletonList("127.0.0.1:9000");
|
final List<String> hosts = Collections.singletonList("127.0.0.1:9000");
|
||||||
final Map<String, Integer> failedRequests = new ConcurrentHashMap<>();
|
final Map<String, Integer> failedRequests = new ConcurrentHashMap<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user