From 07571141596f717ed1efd650627b7d9959772536 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 17 Jul 2024 13:19:21 -0400 Subject: [PATCH] typo --- tests/integration/column_quoting/test_column_quotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/column_quoting/test_column_quotes.py b/tests/integration/column_quoting/test_column_quotes.py index 63f422c40..5194cbb3d 100644 --- a/tests/integration/column_quoting/test_column_quotes.py +++ b/tests/integration/column_quoting/test_column_quotes.py @@ -37,7 +37,7 @@ def models(self): def run_dbt(self, *args, **kwargs): return super().run_dbt(*args, **kwargs) - @pytest.skip("This functionality no longer works as intended and this is an unsupported version.") + @pytest.mark.skip("This functionality no longer works as intended and this is an unsupported version.") @use_profile('redshift') def test_redshift_column_quotes(self): self._run_columnn_quotes()