Skip to content

Commit

Permalink
Dial in tests to reflect error messages from spark.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Jun 25, 2024
1 parent 5aa0234 commit 73736b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/adapter/dbt_show/test_dbt_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ class TestSparkShowSqlHeader(BaseShowSqlHeader):
pass


@pytest.mark.skip_profile("spark_session")
@pytest.mark.skip_profile("apache_spark", "spark_session")
class TestSparkShowDoesNotHandleDoubleLimit(BaseShowDoesNotHandleDoubleLimit):
pass
DATABASE_ERROR_MESSAGE = "Syntax error at or near .*limit"

0 comments on commit 73736b3

Please sign in to comment.