Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tombaeyens committed Jun 28, 2024
1 parent cc888c4 commit 8666f36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)


#@pytest.mark.skip("Takes too long to be part of the local development test suite")
@pytest.mark.skip("Takes too long to be part of the local development test suite")
def test_spark_session_api():
spark_session = SparkSession.builder.master("local").appName("test").getOrCreate()

Expand Down

0 comments on commit 8666f36

Please sign in to comment.