From aedcf0c9d947669417586b2947e8f6ae81e3652b Mon Sep 17 00:00:00 2001 From: Edward Oakes Date: Wed, 16 Dec 2020 16:17:49 -0600 Subject: [PATCH] Disable test_distributions (#12919) --- rllib/BUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/rllib/BUILD b/rllib/BUILD index bd612d0ff..bde7d5855 100644 --- a/rllib/BUILD +++ b/rllib/BUILD @@ -1089,12 +1089,13 @@ py_test( srcs = ["models/tests/test_convtranspose2d_stack.py"] ) -py_test( - name = "test_distributions", - tags = ["models"], - size = "medium", - srcs = ["models/tests/test_distributions.py"] -) +# Failing after the following PR: https://github.com/ray-project/ray/pull/12760. +#py_test( +# name = "test_distributions", +# tags = ["models"], +# size = "medium", +# srcs = ["models/tests/test_distributions.py"] +#) # -------------------------------------------------------------------- # Evaluation components