Skip to content

Commit

Permalink
remove skips
Browse files Browse the repository at this point in the history
  • Loading branch information
lnkuiper committed Aug 23, 2024
1 parent 6e23664 commit 314a366
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/sql/json/scalar/test_json_keys.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

require json

mode skip

statement ok
pragma enable_verification

Expand All @@ -29,15 +27,11 @@ select json_keys(NULL)
----
NULL

mode unskip

query T
select json_keys('{"duck": {"key1": 42}, "goose": {"key1": 42, "key2": 43}}', ['duck', 'goose'])
----
[[key1], [key1, key2]]

mode skip

statement ok
create table t1 as
select range, case when range % 2 = 0 then '{"duck": 42}' else '{"duck": 42, "goose": 43}' end j
Expand Down

0 comments on commit 314a366

Please sign in to comment.