Skip to content

Commit

Permalink
[ML] muting org.elasticsearch.xpack.ml.inference.allocation.TrainedMo…
Browse files Browse the repository at this point in the history
…delAllocationNodeServiceTests.testClusterChanged (#76348)
  • Loading branch information
benwtrent authored Aug 11, 2021
1 parent 8f5e457 commit d8e30cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ public void testClusterChangedWithResetMode() {
verifyNoMoreInteractions(deploymentManager, trainedModelAllocationService);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/76347")
public void testClusterChanged() throws Exception {
final TrainedModelAllocationNodeService trainedModelAllocationNodeService = createService();
final DiscoveryNodes nodes = DiscoveryNodes.builder()
Expand Down

0 comments on commit d8e30cf

Please sign in to comment.