Skip to content

Commit 0e9f3df

Browse files
yinghsienwucopybara-github
authored andcommitted
chore: Remove Ray 2.9 from Ray Data system test
PiperOrigin-RevId: 784335604
1 parent 1a3ab94 commit 0e9f3df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system/vertex_ray/test_ray_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import tempfile
2828

2929
# Local ray version will always be 2.4 regardless of cluster version due to
30-
# depenency conflicts. Remote job execution's Ray version is 2.9.
30+
# depenency conflicts. Remote job execution's Ray version is >2.9.
3131
RAY_VERSION = "2.4.0"
3232
SDK_VERSION = aiplatform.__version__
3333
PROJECT_ID = "ucaip-sample-tests"
@@ -104,7 +104,7 @@
104104
class TestRayData(e2e_base.TestEndToEnd):
105105
_temp_prefix = "temp-ray-data"
106106

107-
@pytest.mark.parametrize("cluster_ray_version", ["2.9", "2.33", "2.42"])
107+
@pytest.mark.parametrize("cluster_ray_version", ["2.33", "2.42"])
108108
def test_ray_data(self, cluster_ray_version):
109109
head_node_type = vertex_ray.Resources()
110110
worker_node_types = [

0 commit comments

Comments
 (0)