Skip to content

Commit d43aa81

Browse files
mute: testScrollWithDatetimeAndTimezoneParam (#95153)
1 parent 68905df commit d43aa81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/sql/qa/jdbc/src/main/java/org/elasticsearch/xpack/sql/qa/jdbc/FetchSizeTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public void testIncompleteScroll() throws SQLException {
103103
}
104104
}
105105

106+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95151")
106107
public void testScrollWithDatetimeAndTimezoneParam() throws IOException, SQLException {
107108
Request request = new Request("PUT", "/test_date_timezone");
108109
XContentBuilder createIndex = JsonXContent.contentBuilder().startObject();

0 commit comments

Comments
 (0)