Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengruifeng committed Feb 27, 2024
1 parent 1ca9218 commit 3b6201a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/pyspark/sql/tests/connect/test_parity_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ def test_help_command(self):
def test_observe_str(self):
super().test_observe_str()

# TODO(SPARK-41873): Implement DataFrame `pandas_api`
@unittest.skip("Fails in Spark Connect, should enable.")
def test_pandas_api(self):
super().test_pandas_api()

@unittest.skip("Spark Connect does not SparkContext but the tests depend on them.")
def test_same_semantics_error(self):
super().test_same_semantics_error()
Expand Down

0 comments on commit 3b6201a

Please sign in to comment.