Skip to content

Commit

Permalink
skip Spark, which needs different delete sql
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Sep 22, 2023
1 parent 62dda03 commit 1ea46bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/adapter/test_persist_test_results.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import pytest

from dbt.tests.adapter.persist_test_results.basic import PersistTestResults


@pytest.mark.skip_profile("apache_spark", "spark_session")
class TestPersistTestResults(PersistTestResults):
pass

0 comments on commit 1ea46bc

Please sign in to comment.