Skip to content

Commit a72e422

Browse files
authored
Mute testRestartDataNodesDuringScrollSearch (#96140) (#96143)
Relates #95759
1 parent 272ec85 commit a72e422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/search/scroll/SearchScrollIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ public void testScrollRewrittenToMatchNoDocs() {
683683
}
684684
}
685685

686+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95759")
686687
public void testRestartDataNodesDuringScrollSearch() throws Exception {
687688
final String dataNode = internalCluster().startDataOnlyNode();
688689
createIndex(

0 commit comments

Comments
 (0)