Skip to content

Commit

Permalink
test(snowflake): fix xpassing typeof date and typeof timestamp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 23, 2023
1 parent 0482d15 commit 8b01f1b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ibis/backends/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ def test_exists(batting, awards_players, method_name):
},
marks=[
pytest.mark.broken(
['snowflake', 'impala'],
['impala'],
"No translation rule for <class 'ibis.expr.operations.temporal.DateFromYMD'>",
raises=com.OperationNotDefinedError,
),
Expand Down Expand Up @@ -1112,14 +1112,6 @@ def test_exists(batting, awards_players, method_name):
"duckdb": "TIMESTAMP",
"postgres": "timestamp with time zone",
},
marks=[
pytest.mark.broken(
['snowflake'],
'(snowflake.connector.errors.ProgrammingError) '
'002140 (42601): SQL compilation error: Unknown functions NOW, TIMEZONE',
raises=ProgrammingError,
),
],
id="timestamp",
),
param(
Expand Down

0 comments on commit 8b01f1b

Please sign in to comment.