Skip to content

Commit 1b9e9e9

Browse files
authored
unmute testRestartAfterCompletion (elastic#120361) (elastic#120375)
1 parent b8aa756 commit 1b9e9e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/async-search/src/internalClusterTest/java/org/elasticsearch/xpack/search/AsyncSearchActionIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ public void testTermsAggregation() throws Exception {
200200
}
201201
}
202202

203-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/81941")
204203
public void testRestartAfterCompletion() throws Exception {
205204
final String initialId;
206205
try (SearchResponseIterator it = assertBlockingIterator(indexName, numShards, new SearchSourceBuilder(), 0, 2)) {

0 commit comments

Comments
 (0)