diff --git a/x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/inference/allocation/TrainedModelAllocationNodeServiceTests.java b/x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/inference/allocation/TrainedModelAllocationNodeServiceTests.java index 1ed22714e98ac..809357c52c92a 100644 --- a/x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/inference/allocation/TrainedModelAllocationNodeServiceTests.java +++ b/x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/inference/allocation/TrainedModelAllocationNodeServiceTests.java @@ -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()