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 b610664
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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,8 @@ class TestSparkShowSqlHeader(BaseShowSqlHeader):
pass


@pytest.mark.skip_profile("spark_session")
@pytest.mark.skip_profile("apache_spark", "spark_session")
class TestSparkShowDoesNotHandleDoubleLimit(BaseShowDoesNotHandleDoubleLimit):
pass
"""The syntax message is variable among clusters. However, limit is the problem for all."""

DATABASE_ERROR_MESSAGE = "limit"

0 comments on commit b610664

Please sign in to comment.