Skip to content

Commit c7e3eaf

Browse files
Disable RayMultiHostIndexing feature for TestReconcile_Multihost_Replicas (#4583)
Signed-off-by: Future-Outlier <eric901201@gmail.com>
1 parent 6652c36 commit c7e3eaf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ray-operator/controllers/ray/raycluster_controller_unit_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,6 +2965,8 @@ func TestReconcile_Replicas_Optional(t *testing.T) {
29652965
func TestReconcile_Multihost_Replicas(t *testing.T) {
29662966
setupTest(t)
29672967

2968+
features.SetFeatureGateDuringTest(t, features.RayMultiHostIndexing, false)
2969+
29682970
// This test makes some assumptions about the testRayCluster object.
29692971
// (1) 1 workerGroup (2) disable autoscaling
29702972
assert.Len(t, testRayCluster.Spec.WorkerGroupSpecs, 1, "This test assumes only one worker group.")

0 commit comments

Comments
 (0)