Skip to content

Commit

Permalink
Mute RegressionIT.testAliasFields test (#63339)
Browse files Browse the repository at this point in the history
It fails quite frequently in 7.x.

Relates to #63268
  • Loading branch information
imotov authored Oct 6, 2020
1 parent ea32b4a commit 2405162
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ public void testWithDatastream() throws Exception {
"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.
Expand Down

0 comments on commit 2405162

Please sign in to comment.