Mute integ tests in native-multi-node-tests (#45457)

Tracked at #45405
This commit is contained in:
Przemyslaw Gomulka 2019-08-12 17:42:24 +02:00 committed by GitHub
parent e3f618e1d3
commit 421e9b8e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,9 @@ task copyKeyCerts(type: Copy) {
sourceSets.test.resources.srcDir(keystoreDir)
processTestResources.dependsOn(copyKeyCerts)
// Disabled and tracked here https://github.com/elastic/elasticsearch/issues/45405
integTest.enabled = false
integTest {
dependsOn copyKeyCerts
runner {

View File

@ -211,7 +211,6 @@ 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");