Skip to content

Commit ffb07b9

Browse files
author
David Roberts
committed
[ML] Unmute DeleteExpiredDataIT.testDeleteExpiredDataNoThrottle
This test appears to work again following the Lucene bug fix that was integrated in elastic#63395
1 parent 2f1bc84 commit ffb07b9

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public void testDeleteExpiredData_GivenNothingToDelete() throws Exception {
9595
client().execute(DeleteExpiredDataAction.INSTANCE, new DeleteExpiredDataAction.Request()).get();
9696
}
9797

98-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63379")
9998
public void testDeleteExpiredDataNoThrottle() throws Exception {
10099
testExpiredDeletion(null, 10010);
101100
}

0 commit comments

Comments
 (0)