Skip to content

Commit

Permalink
Mute JobsAndModelsIT test (elastic#106349)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop authored Mar 14, 2024
1 parent 511567b commit b71a33c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
*/
public class JobsAndModelsIT extends BaseMlIntegTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/103588")
public void testCluster_GivenAnomalyDetectionJobAndTrainedModelDeployment_ShouldNotAllocateBothOnSameNode() throws Exception {
// This test starts 2 ML nodes and then starts an anomaly detection job and a
// trained model deployment that do not both fit in one node. We then proceed
Expand Down

0 comments on commit b71a33c

Please sign in to comment.