From 09a200f219653e78a12cc4686299a59ddb313084 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 3 Apr 2024 15:38:23 -0400 Subject: [PATCH] skip inapplicable test --- tests/functional/shared_tests/test_query_comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/shared_tests/test_query_comment.py b/tests/functional/shared_tests/test_query_comment.py index dc535b7d..ea2ddeaf 100644 --- a/tests/functional/shared_tests/test_query_comment.py +++ b/tests/functional/shared_tests/test_query_comment.py @@ -18,7 +18,7 @@ class TestMacroQueryComments(BaseMacroQueryComments): class TestMacroArgsQueryComments(BaseMacroArgsQueryComments): - @pytest.skip( + @pytest.mark.skip( "This test is incorrectly comparing the version of `dbt-core`" "to the version of `dbt-postgres`, which is not always the same." )