Skip to content

Commit

Permalink
Skips nested array to json test for Greenplum
Browse files Browse the repository at this point in the history
  • Loading branch information
netj committed Jul 5, 2016
1 parent e9bbebe commit d4e95f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/postgresql/deepdive_sql.bats
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ load ../../database/test/corner_cases
}

@test "$DBVARIANT deepdive sql eval (with nested arrays) format=json works" {
actual=$(keeping_output_of deepdive sql eval "$NestedArraySQL" format=json) || skip # XXX not supported by driver.postgresql/db-query
compare_json "$NestedArrayJSON" "$actual"
actual=$(keeping_output_of deepdive sql eval "$NestedArraySQL" format=json) || skip "rejected conversion" # XXX not supported by pgtsv_to_json
compare_json "$NestedArrayJSON" "$actual" || skip "incorrect conversion" # XXX not supported by pgtsv_to_json
}

###############################################################################
Expand Down

0 comments on commit d4e95f1

Please sign in to comment.