mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[workflow] Move test_basic_workflows_2.py
to large test (#22416)
test_basic_workflows_2.py timeout. Move it to the large test suite.
This commit is contained in:
parent
05dd72101b
commit
e10a2fbcf9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ SRCS = [] + select({
|
||||||
"//conditions:default": [],
|
"//conditions:default": [],
|
||||||
})
|
})
|
||||||
|
|
||||||
LARGE_TESTS = ["tests/test_recovery.py"]
|
LARGE_TESTS = ["tests/test_recovery.py", "tests/test_basic_workflows_2.py"]
|
||||||
|
|
||||||
py_test_module_list(
|
py_test_module_list(
|
||||||
files = glob(["tests/test_*.py", "examples/**/*.py"], exclude=LARGE_TESTS),
|
files = glob(["tests/test_*.py", "examples/**/*.py"], exclude=LARGE_TESTS),
|
||||||
|
|
Loading…
Add table
Reference in a new issue