We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c6621 commit 4b5f89fCopy full SHA for 4b5f89f
server/src/test/java/org/elasticsearch/search/internal/ShardSearchRequestTests.java
@@ -257,6 +257,7 @@ public void testWillCallRequestCacheKeyDifferentiators() throws IOException {
257
assertThat(invoked.get(), is(true));
258
}
259
260
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/96910")
261
public void testForceSyntheticUnsupported() throws IOException {
262
SearchRequest request = createSearchRequest();
263
if (request.source() != null) {
0 commit comments