Skip to content

Commit 4b5f89f

Browse files
committed
Mute ShardSearchRequestTests.testForceSyntheticUnsupported
see #96910
1 parent 59c6621 commit 4b5f89f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/internal/ShardSearchRequestTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ public void testWillCallRequestCacheKeyDifferentiators() throws IOException {
257257
assertThat(invoked.get(), is(true));
258258
}
259259

260+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/96910")
260261
public void testForceSyntheticUnsupported() throws IOException {
261262
SearchRequest request = createSearchRequest();
262263
if (request.source() != null) {

0 commit comments

Comments
 (0)