From b670c9673626bf3606b88b0f51f8951304d05dad Mon Sep 17 00:00:00 2001 From: Amit Patankar Date: Thu, 23 May 2019 02:08:52 -0700 Subject: [PATCH] Disable a test. PiperOrigin-RevId: 249604900 --- 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 22c98201dd1..343e9637ce4 100644 --- a/tensorflow/python/kernel_tests/distributions/BUILD +++ b/tensorflow/python/kernel_tests/distributions/BUILD @@ -290,6 +290,7 @@ cuda_py_test( "//tensorflow/python:platform_test", "//tensorflow/python:variables", ], + tags = ["no_oss"], # b/133229436 xla_enable_strict_auto_jit = True, )