diff --git a/python/pyspark/sql/tests/connect/test_parity_dataframe.py b/python/pyspark/sql/tests/connect/test_parity_dataframe.py index ba6937a40c2ac..443daffa7bc33 100644 --- a/python/pyspark/sql/tests/connect/test_parity_dataframe.py +++ b/python/pyspark/sql/tests/connect/test_parity_dataframe.py @@ -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()