Skip to content

Commit

Permalink
Mute AutodetectMemoryLimitIT#testTooManyPartitions
Browse files Browse the repository at this point in the history
Relates #43013
  • Loading branch information
DaveCTurner authored and droberts195 committed Jun 10, 2019
1 parent 39cb1ab commit 68339f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void cleanUpTest() {
cleanUp();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43013")
public void testTooManyPartitions() throws Exception {
assumeFalse("AwaitsFix(bugUrl = \"https://github.com/elastic/elasticsearch/issues/32033\")", Constants.WINDOWS);
Detector.Builder detector = new Detector.Builder("count", null);
Expand Down

0 comments on commit 68339f9

Please sign in to comment.