Skip to content

Commit

Permalink
Remove test repeat on test_spark_udf_spark_connect (#12303)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Jun 10, 2024
1 parent 73f24fd commit 2b3dc0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/pyfunc/test_spark_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ def spark():
spark.stop()


@pytest.mark.parametrize("x", range(100))
def test_spark_udf_spark_connect(x, spark):
def test_spark_udf_spark_connect(spark):
X, y = load_iris(return_X_y=True)
model = LogisticRegression().fit(X, y)
with mlflow.start_run():
Expand Down

0 comments on commit 2b3dc0f

Please sign in to comment.