Skip to content

Commit

Permalink
Mute ec2 test in FIPS 140 mode (#51686) (#51726)
Browse files Browse the repository at this point in the history
as it needs an extra permission, until we can figure out how to
grant the permission in FIPS 140 mode too.

See: #51685
  • Loading branch information
jkakavas authored Jan 31, 2020
1 parent 282ae8f commit 1dc965f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public void tearDown() throws Exception {
}

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<>();
Expand Down

0 comments on commit 1dc965f

Please sign in to comment.