Skip to content

Commit

Permalink
skip inapplicable test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 3, 2024
1 parent 1c95a75 commit 6ce990d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/functional/shared_tests/test_query_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
BaseNullQueryComments,
BaseEmptyQueryComments,
)
import pytest


class TestQueryComments(BaseQueryComments):
Expand All @@ -17,7 +18,13 @@ class TestMacroQueryComments(BaseMacroQueryComments):


class TestMacroArgsQueryComments(BaseMacroArgsQueryComments):
pass

@pytest.skip(
"This test is incorrectly comparing the version of `dbt-core`"
"to the version of `dbt-postgres`, which is not always the same."
)
def test_matches_comment(self, project, get_package_version):
pass


class TestMacroInvalidQueryComments(BaseMacroInvalidQueryComments):
Expand Down

0 comments on commit 6ce990d

Please sign in to comment.