Skip to content

Commit 1f853de

Browse files
[ML] Mute ClassificationIT.testStopAndRestart (#72380)
Relates #70698
1 parent 03459b0 commit 1f853de

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ public void setupLogging() {
116116

117117
@After
118118
public void cleanup() {
119-
cleanUp();
120119
client().admin().cluster()
121120
.prepareUpdateSettings()
122121
.setTransientSettings(Settings.builder()
@@ -494,6 +493,7 @@ public void testWithOnlyTrainingRowsAndTrainingPercentIsFifty_DependentVariableI
494493
"classification_training_percent_is_50_boolean", BOOLEAN_FIELD, BOOLEAN_FIELD_VALUES, "boolean");
495494
}
496495

496+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/70698")
497497
public void testStopAndRestart() throws Exception {
498498
initialize("classification_stop_and_restart");
499499
String predictedClassField = KEYWORD_FIELD + "_prediction";

0 commit comments

Comments
 (0)