Skip to content

Commit

Permalink
skip spark-session from store-failures-as tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 3, 2023
1 parent 8c70314 commit 88be78f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/functional/adapter/test_store_test_failures.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,21 @@ def test_store_and_assert_failure_with_delta(self, project):
self.run_tests_store_failures_and_assert(project)


@pytest.mark.skip_profile("spark_session")
class TestSparkStoreTestFailuresAsInteractions(StoreTestFailuresAsInteractions):
pass


@pytest.mark.skip_profile("spark_session")
class TestSparkStoreTestFailuresAsProjectLevelOff(StoreTestFailuresAsProjectLevelOff):
pass


@pytest.mark.skip_profile("spark_session")
class TestSparkStoreTestFailuresAsProjectLevelView(StoreTestFailuresAsProjectLevelView):
pass


@pytest.mark.skip_profile("spark_session")
class TestSparkStoreTestFailuresAsGeneric(StoreTestFailuresAsGeneric):
pass

0 comments on commit 88be78f

Please sign in to comment.