Skip to content

Commit 5e3d0e4

Browse files
committed
Revert "[SPARK-51138][PYTHON][CONNECT][TESTS] Skip pyspark.sql.tests.connect.test_parity_frame_plot_plotly.FramePlotPlotlyParityTests.test_area_plot"
This reverts commit 0f73b4b.
1 parent 0006f29 commit 5e3d0e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot_plotly.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
class DataFramePlotPlotlyParityTests(
2525
DataFramePlotPlotlyTestsMixin, PandasOnSparkTestUtils, TestUtils, ReusedConnectTestCase
2626
):
27-
@unittest.skip("SPARK-51137: Should be reenabled")
28-
def test_area_plot(self):
29-
self.test_area_plot()
27+
pass
3028

3129

3230
if __name__ == "__main__":

0 commit comments

Comments
 (0)