Browse Source

mute es|ql testMatchSome (#103280)

test mute
Max Hniebergall 1 year ago
parent
commit
ee8b321a38

+ 1 - 0
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/querydsl/query/SingleValueQueryTests.java

@@ -77,6 +77,7 @@ public class SingleValueQueryTests extends MapperServiceTestCase {
         testCase(new SingleValueQuery(new MatchAll(Source.EMPTY), "foo").asBuilder(), false, false, this::runCase);
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/102997")
     public void testMatchSome() throws IOException {
         int max = between(1, 100);
         testCase(