From 893c4943380d46eee3404cb56ccf773cd754bf13 Mon Sep 17 00:00:00 2001 From: Erick Benitez-Ramos Date: Thu, 27 Mar 2025 15:55:09 -0700 Subject: [PATCH] fix: flaky test --- tests/integ/test_spark_processing.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/integ/test_spark_processing.py b/tests/integ/test_spark_processing.py index eeba205b3b..ac956be94e 100644 --- a/tests/integ/test_spark_processing.py +++ b/tests/integ/test_spark_processing.py @@ -69,9 +69,6 @@ def build_jar(): ".", ] ) - yield - subprocess.run(["rm", os.path.join(jar_file_path, "hello-spark-java.jar")]) - subprocess.run(["rm", os.path.join(jar_file_path, JAVA_FILE_PATH, "HelloJavaSparkApp.class")]) @pytest.fixture(scope="module")