Skip to content

Commit 230fb55

Browse files
authored
fix: flaky test (#5111)
1 parent 645f669 commit 230fb55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integ/test_spark_processing.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ def build_jar():
6969
".",
7070
]
7171
)
72-
yield
73-
subprocess.run(["rm", os.path.join(jar_file_path, "hello-spark-java.jar")])
74-
subprocess.run(["rm", os.path.join(jar_file_path, JAVA_FILE_PATH, "HelloJavaSparkApp.class")])
7572

7673

7774
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)