Skip to content

Commit dcde766

Browse files
committed
Disable array test during merging
This disables one array test that was left active past merging.
1 parent 760c5f0 commit dcde766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/sql/qa/server/src/main/java/org/elasticsearch/xpack/sql/qa/rest/RestSqlTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,7 @@ private void executeQueryWithNextPage(String format, String expectedHeader, Stri
12351235
assertEquals(0, getNumberOfSearchContexts(client(), "test"));
12361236
}
12371237

1238+
@AwaitsFix(bugUrl = "Test disabled while merging fields API in")
12381239
public void testMultiValueQueryText() throws IOException {
12391240
index(
12401241
"{"

0 commit comments

Comments
 (0)