Skip to content

Commit

Permalink
Disabling IT test with date type until bug is fixed.
Browse files Browse the repository at this point in the history
Signed-off-by: forestmvey <[email protected]>
  • Loading branch information
forestmvey committed Mar 22, 2023
1 parent b748226 commit 03cd356
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ public void nested_function_with_array_of_multi_nested_field_test() {
rows("yy"));
}

@Test
// TODO enable me when date type in schema is fixed
@Disabled
public void nested_with_date_type() {
String query = "SELECT nested(comments.date) FROM " + TEST_INDEX_EMPLOYEE_NESTED;
JSONObject result = executeJdbcRequest(query);
Expand Down

0 comments on commit 03cd356

Please sign in to comment.