Skip to content

Commit 4cede91

Browse files
authored
Mute testAliasFields (#96153) (#96157)
Relates #93228
1 parent a4e59ae commit 4cede91

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration

1 file changed

+1
-0
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/RegressionIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ public void testWithDatastream() throws Exception {
541541
);
542542
}
543543

544+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/93228")
544545
public void testAliasFields() throws Exception {
545546
// The goal of this test is to assert alias fields are included in the analytics job.
546547
// We have a simple dataset with two integer fields: field_1 and field_2.

0 commit comments

Comments
 (0)