Mute ec2 test in FIPS 140 mode (#51686) (#51726)

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:
Ioannis Kakavas 2020-01-31 09:35:20 +02:00 committed by GitHub
parent 282ae8fd8c
commit 1dc965f03f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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<>();