Mute data frame tests on 7.x

Tracking in #45610 #45609
This commit is contained in:
Alpar Torok 2019-08-15 17:03:18 +03:00
parent 03a1645bc6
commit 7119e54be5
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
package org.elasticsearch.xpack.dataframe.integration;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.client.Request;
import org.elasticsearch.common.xcontent.support.XContentMapValues;
import org.elasticsearch.xpack.core.dataframe.DataFrameField;
@ -26,6 +27,7 @@ import static org.hamcrest.Matchers.greaterThan;
import static org.hamcrest.Matchers.notNullValue;
import static org.hamcrest.Matchers.oneOf;
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45610")
public class DataFrameGetAndGetStatsIT extends DataFrameRestTestCase {
private static final String TEST_USER_NAME = "df_user";

View File

@ -84,6 +84,7 @@ public class DataFrameTaskFailedStateIT extends DataFrameRestTestCase {
assertThat(XContentMapValues.extractValue("reason", fullState), is(nullValue()));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45609")
public void testForceStartFailedTransform() throws Exception {
String transformId = "test-force-start-failed-transform";
createReviewsIndex(REVIEWS_INDEX_NAME, 10);