diff --git a/tests/checkpoint/test_checkpoint.py b/tests/checkpoint/test_checkpoint.py index 1032b29de167..9eb24d33df31 100644 --- a/tests/checkpoint/test_checkpoint.py +++ b/tests/checkpoint/test_checkpoint.py @@ -5420,7 +5420,7 @@ def test_running_spark_checkpoint( @pytest.mark.integration -def run_spark_checkpoint_with_schema( +def test_run_spark_checkpoint_with_schema( context_with_single_csv_spark_and_suite, spark_df_taxi_data_schema ): context = context_with_single_csv_spark_and_suite diff --git a/tests/checkpoint/test_simple_checkpoint.py b/tests/checkpoint/test_simple_checkpoint.py index 8c281d902b67..a56395336e90 100644 --- a/tests/checkpoint/test_simple_checkpoint.py +++ b/tests/checkpoint/test_simple_checkpoint.py @@ -3551,7 +3551,7 @@ def test_running_spark_simplecheckpoint( @pytest.mark.integration -def run_spark_checkpoint_with_schema( +def test_run_spark_checkpoint_with_schema( context_with_single_csv_spark_and_suite, spark_df_taxi_data_schema ): context = context_with_single_csv_spark_and_suite