Skip to content

Commit

Permalink
Test something
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Jun 25, 2024
1 parent d6620e2 commit 4e9da3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def test_sql_header(self, project):
class BaseShowDoesNotHandleDoubleLimit:
def test_double_limit_throws_syntax_error(self, project):
'''see issue: https://github.com/dbt-labs/dbt-adapters/issues/207'''
exit(1)
run_dbt(["show", "--limit", "1", "--inline", "select 1 limit 1"])


Expand Down

0 comments on commit 4e9da3d

Please sign in to comment.