Mute RegressionIT.testAliasFields test (#63339)

It fails quite frequently in 7.x.

Relates to #63268
This commit is contained in:
Igor Motov 2020-10-06 12:18:12 -04:00 committed by GitHub
parent ea32b4ab82
commit 2405162c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ public class RegressionIT extends MlNativeDataFrameAnalyticsIntegTestCase {
"Finished analysis");
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63268")
public void testAliasFields() throws Exception {
// The goal of this test is to assert alias fields are included in the analytics job.
// We have a simple dataset with two integer fields: field_1 and field_2.