From 937f21fd1da3cab8dc3462b09b36f82391682f73 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 30 Jan 2022 07:27:11 -0800 Subject: [PATCH] Disable flaky test --- tensorflow/python/kernel_tests/distributions/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/kernel_tests/distributions/BUILD b/tensorflow/python/kernel_tests/distributions/BUILD index d25196d7961fa6..d1cf84faa32082 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", "nomac", # b/191763315 "notsan", # b/173653918 ],