Skip to content

Commit

Permalink
Muting ForecastIT.testOverflowToDisk (#45435) (#45438)
Browse files Browse the repository at this point in the history
awaits #45405
  • Loading branch information
pgomulka authored Aug 12, 2019
1 parent d02d6e4 commit d11ae08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public void testMemoryStatus() throws Exception {
assertThat(e.getMessage(), equalTo("Cannot run forecast: Forecast cannot be executed as model memory status is not OK"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45405")
public void testOverflowToDisk() throws Exception {
assumeFalse("https://github.com/elastic/elasticsearch/issues/44609", Constants.WINDOWS);
Detector.Builder detector = new Detector.Builder("mean", "value");
Expand Down

0 comments on commit d11ae08

Please sign in to comment.