Skip to content

Commit

Permalink
[ci] disable test_a3c tests (#40617)
Browse files Browse the repository at this point in the history
This is a pick of part of #40354 that disable rllib:test_a3c tests in release branch. This particular test has been very flaky that it is blocking release branch as well.

Signed-off-by: can <can@anyscale.com>
  • Loading branch information
can-anyscale committed Oct 24, 2023
1 parent b8284e7 commit abbc5e1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions rllib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -965,12 +965,12 @@ py_test(
)

# A3C
py_test(
name = "test_a3c",
tags = ["team:rllib", "algorithms_dir"],
size = "large",
srcs = ["algorithms/a3c/tests/test_a3c.py"]
)
# py_test(
# name = "test_a3c",
# tags = ["team:rllib", "algorithms_dir"],
# size = "large",
# srcs = ["algorithms/a3c/tests/test_a3c.py"]
# )

# AlphaStar
py_test(
Expand Down Expand Up @@ -4478,14 +4478,15 @@ py_test(
# --------------------------------------------------------------------
py_test_module_list(
files = [
"tests/test_dnc.py",
"tests/test_perf.py",
"algorithms/a3c/tests/test_a3c.py",
"env/wrappers/tests/test_kaggle_wrapper.py",
"examples/env/tests/test_cliff_walking_wall_env.py",
"examples/env/tests/test_coin_game_non_vectorized_env.py",
"examples/env/tests/test_coin_game_vectorized_env.py",
"examples/env/tests/test_matrix_sequential_social_dilemma.py",
"examples/env/tests/test_wrappers.py",
"tests/test_dnc.py",
"tests/test_perf.py",
"utils/tests/test_utils.py",
],
size = "large",
Expand Down

0 comments on commit abbc5e1

Please sign in to comment.