aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distributions
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-06-18 13:29:07 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-18 13:31:58 -0700
commit3d3196f34173e5c6e1f9297e2fcd4c316fe903fd (patch)
treea76f1e3e2066992c242593f6bbda6ade3ba2f709 /tensorflow/contrib/distributions
parent75b99747801cba87362c6943d0254f3638a3f1d4 (diff)
Disable large tests in fastbuild mode.
PiperOrigin-RevId: 201048439
Diffstat (limited to 'tensorflow/contrib/distributions')
-rw-r--r--tensorflow/contrib/distributions/python/kernel_tests/util/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/contrib/distributions/python/kernel_tests/util/BUILD b/tensorflow/contrib/distributions/python/kernel_tests/util/BUILD
index 03e26b198e..42ecea034d 100644
--- a/tensorflow/contrib/distributions/python/kernel_tests/util/BUILD
+++ b/tensorflow/contrib/distributions/python/kernel_tests/util/BUILD
@@ -34,7 +34,10 @@ py_test(
name = "correlation_matrix_volumes_test",
size = "medium",
srcs = ["correlation_matrix_volumes_test.py"],
- tags = ["no_pip"],
+ tags = [
+ "no_pip",
+ "optonly",
+ ],
deps = [
":correlation_matrix_volumes_py",
# For statistical testing