From 094af07edadefbc81e329d86f476b5d68ef6158d Mon Sep 17 00:00:00 2001 From: Saurabh Saxena Date: Wed, 11 Nov 2020 10:55:55 -0800 Subject: [PATCH] Disable flaky keras_dnn_correctness_test PiperOrigin-RevId: 341864339 Change-Id: I59e35f11b1ad84eac4f59b26f3620762651d650d --- tensorflow/python/keras/distribute/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/keras/distribute/BUILD b/tensorflow/python/keras/distribute/BUILD index d0236226aae..9f340a4b7d6 100644 --- a/tensorflow/python/keras/distribute/BUILD +++ b/tensorflow/python/keras/distribute/BUILD @@ -436,6 +436,7 @@ distribute_py_test( shard_count = 19, tags = [ "multi_and_single_gpu", + "no_oss", # TODO(b/173021094) "no_rocm", # times out on ROCm "no_windows_gpu", "nogpu", # TODO(b/170905292)