Skip to content

Commit 492ae1b

Browse files
committed
[examples] disable tests that have been failing
with comments to github issues Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent e120b85 commit 492ae1b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

release/release_tests.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4141,7 +4141,8 @@
41414141

41424142

41434143
- name: entity_recognition_with_llms # do not use dashes (regex sensitive)
4144-
frequency: weekly
4144+
# https://github.com/ray-project/ray/issues/57222
4145+
frequency: manual
41454146
python: "3.11"
41464147
group: ray-examples
41474148
team: ml
@@ -4313,7 +4314,8 @@
43134314
cluster_compute: ci/gce.yaml # relative to working_dir
43144315

43154316
- name: e2e_audio
4316-
frequency: weekly
4317+
# https://github.com/ray-project/ray/issues/57220
4318+
frequency: manual
43174319
python: "3.11"
43184320
group: ray-examples
43194321
team: ml
@@ -4360,7 +4362,8 @@
43604362
- __suffix__: aws
43614363

43624364
- name: e2e_multimodal_ai_workloads # do not use dashes (regex sensitive)
4363-
frequency: weekly
4365+
# https://github.com/ray-project/ray/issues/57219
4366+
frequency: manual
43644367
python: "3.12"
43654368
group: ray-examples
43664369
team: ml
@@ -4385,7 +4388,8 @@
43854388
cluster_compute: ci/gce.yaml # relative to working_dir
43864389

43874390
- name: object_detection # do not use dashes (regex sensitive)
4388-
frequency: weekly
4391+
# https://github.com/ray-project/ray/issues/57228
4392+
frequency: manual
43894393
python: "3.11"
43904394
group: ray-examples
43914395
team: ml
@@ -4410,7 +4414,8 @@
44104414
cluster_compute: ci/gce.yaml # relative to working_dir
44114415

44124416
- name: e2e_rag # do not use dashes (regex sensitive)
4413-
frequency: weekly
4417+
# https://github.com/ray-project/ray/issues/57224
4418+
frequency: manual
44144419
python: "3.11"
44154420
group: ray-examples
44164421
team: ml

0 commit comments

Comments
 (0)