Skip to content

Commit

Permalink
[ML] Mute failing TransformConfigUpdateTests test (#98579)
Browse files Browse the repository at this point in the history
Relates #98577
  • Loading branch information
edsavage authored Aug 17, 2023
1 parent ab02279 commit 57d6b9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ public void testApplyMetadata() {
assertThat(updatedConfig.getMetadata(), equalTo(Map.of("bar", 789, "baz", 1000)));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/98577")
public void testApplyWithSyncChange() {
TransformConfig batchConfig = new TransformConfig(
"batch-transform",
Expand Down

0 comments on commit 57d6b9a

Please sign in to comment.