mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 22:36:20 +00:00
parent
e3f618e1d3
commit
421e9b8e8b
@ -24,6 +24,9 @@ task copyKeyCerts(type: Copy) {
|
|||||||
sourceSets.test.resources.srcDir(keystoreDir)
|
sourceSets.test.resources.srcDir(keystoreDir)
|
||||||
processTestResources.dependsOn(copyKeyCerts)
|
processTestResources.dependsOn(copyKeyCerts)
|
||||||
|
|
||||||
|
// Disabled and tracked here https://github.com/elastic/elasticsearch/issues/45405
|
||||||
|
integTest.enabled = false
|
||||||
|
|
||||||
integTest {
|
integTest {
|
||||||
dependsOn copyKeyCerts
|
dependsOn copyKeyCerts
|
||||||
runner {
|
runner {
|
||||||
|
@ -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"));
|
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 {
|
public void testOverflowToDisk() throws Exception {
|
||||||
assumeFalse("https://github.com/elastic/elasticsearch/issues/44609", Constants.WINDOWS);
|
assumeFalse("https://github.com/elastic/elasticsearch/issues/44609", Constants.WINDOWS);
|
||||||
Detector.Builder detector = new Detector.Builder("mean", "value");
|
Detector.Builder detector = new Detector.Builder("mean", "value");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user