Skip to content

Commit

Permalink
[docs/tests] Fix predictors test missing (ray-project#37801)
Browse files Browse the repository at this point in the history
Signed-off-by: NripeshN <[email protected]>
  • Loading branch information
richardliaw authored and NripeshN committed Aug 15, 2023
1 parent 57cf522 commit 149ecb1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ py_test_run_all_subdirectory(
# Too large. Use a custom test below.
"source/ray-air/doc_code/computer_vision.py",
"source/ray-air/doc_code/hf_trainer.py", # Too large
"source/ray-air/doc_code/predictors.py",
],
extra_srcs = [],
tags = ["exclusive", "team:ml"],
Expand All @@ -225,7 +224,7 @@ py_test(
py_test_run_all_subdirectory(
size = "large",
include = ["source/train/doc_code/*.py"],
exclude = [],
exclude = ["source/train/doc_code/predictors.py"], # too large
extra_srcs = [],
tags = ["exclusive", "team:ml"],
)
Expand All @@ -250,7 +249,6 @@ py_test_run_all_subdirectory(
size = "large",
include = ["source/data/doc_code/*.py"],
exclude = [
"source/ray-air/doc_code/predictors.py",
"source/data/doc_code/loading_data_untested.py",
],
extra_srcs = [],
Expand All @@ -263,7 +261,7 @@ py_test_run_all_subdirectory(

py_test_run_all_subdirectory(
size = "large",
include = ["source/ray-air/doc_code/predictors.py"],
include = ["source/train/doc_code/predictors.py"],
exclude = [],
extra_srcs = [],
tags = ["exclusive", "team:ml", "ray_air", "gpu"],
Expand Down

0 comments on commit 149ecb1

Please sign in to comment.