-rw-r--r-- | tensorflow/python/kernel_tests/distributions/BUILD | 1 |
diff --git a/tensorflow/python/kernel_tests/distributions/BUILD b/tensorflow/python/kernel_tests/distributions/BUILD index d4f29d4..3c0fb03 100644 --- a/tensorflow/python/kernel_tests/distributions/BUILD +++ b/tensorflow/python/kernel_tests/distributions/BUILD @@ -61,6 +61,7 @@ cuda_py_test( size = "small", srcs = ["beta_test.py"], tags = [ + "no_oss", "notsan", # b/173653918 ], xla_tags = [ |