Skip to content

Commit 25592cc

Browse files
author
David Roberts
committed
[ML] Unmute DeleteExpiredDataIT.testDeleteExpiredDataNoThrottle (#63408)
This test appears to work again following the Lucene bug fix that was integrated in #63395
1 parent a97bd5b commit 25592cc

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
@@ -96,7 +96,6 @@ public void testDeleteExpiredData_GivenNothingToDelete() throws Exception {
9696
client().execute(DeleteExpiredDataAction.INSTANCE, new DeleteExpiredDataAction.Request()).get();
9797
}
9898

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

0 commit comments

Comments
 (0)