Skip to content

Commit a6ce671

Browse files
authored
Re-enable TasksClientDocumentationIT.testCancelTasks (#38234)
This test has been disabled since November 2018, but I was not able to reproduce the failure. Re-enabling this so we can see the full log and get more context if it fails again. Relates to #35514
1 parent 7ca5495 commit a6ce671

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/TasksClientDocumentationIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ public void onFailure(Exception e) {
150150
}
151151
}
152152

153-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35514")
154153
@SuppressWarnings("unused")
155154
public void testCancelTasks() throws IOException {
156155
RestHighLevelClient client = highLevelClient();

0 commit comments

Comments
 (0)