Skip to content

Commit 90f1c87

Browse files
author
David Roberts
authored
[ML] Unmute DeleteExpiredDataIT.testDeleteExpiredDataNoThrottle (#63408)
This test appears to work again following the Lucene bug fix that was integrated in #63395
1 parent 5804a37 commit 90f1c87

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)