diff --git a/python/pyspark/sql/tests/connect/test_parity_dataframe.py b/python/pyspark/sql/tests/connect/test_parity_dataframe.py index 343f485553a98..a6b0064cbcdbc 100644 --- a/python/pyspark/sql/tests/connect/test_parity_dataframe.py +++ b/python/pyspark/sql/tests/connect/test_parity_dataframe.py @@ -30,6 +30,9 @@ def test_help_command(self): def test_toDF_with_schema_string(self): super().test_toDF_with_schema_string() + def test_test(self): + self.failIf(False, "This test should not fail.") + if __name__ == "__main__": import unittest