Muting ForecastIT.testOverflowToDisk (#45435) (#45438)

awaits #45405
This commit is contained in:
Przemyslaw Gomulka 2019-08-12 11:01:32 +02:00 committed by GitHub
parent d02d6e40c2
commit d11ae08467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ public class ForecastIT extends MlNativeAutodetectIntegTestCase {
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");