Skip to content

Commit

Permalink
[SPARK-48088][PYTHON][CONNECT][TESTS][FOLLOW-UP][3.5] Skips another t…
Browse files Browse the repository at this point in the history
…hat that requires JVM access

### What changes were proposed in this pull request?

This PR is a followup of #46334 that missed one more test case.

### Why are the changes needed?

See #46334

### Does this PR introduce _any_ user-facing change?

See #46334

### How was this patch tested?

Manually

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #46411 from HyukjinKwon/SPARK-48088-followup.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
HyukjinKwon authored and dongjoon-hyun committed May 7, 2024
1 parent 45befc0 commit e699a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyspark/ml/tests/connect/test_connect_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from pyspark.ml.tests.connect.test_legacy_mode_pipeline import PipelineTestsMixin


@unittest.skipIf("SPARK_SKIP_CONNECT_COMPAT_TESTS" in os.environ, "Requires JVM access")
class PipelineTestsOnConnect(PipelineTestsMixin, unittest.TestCase):
def setUp(self) -> None:
self.spark = (
Expand Down

0 comments on commit e699a1e

Please sign in to comment.