[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:
Yi Cheng 2022-02-16 17:05:02 -08:00 committed by GitHub
parent 05dd72101b
commit e10a2fbcf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),