From f8c2d15c52181eade6c1daa1e8e7960b38264e6a Mon Sep 17 00:00:00 2001 From: Igor Saprykin Date: Fri, 26 Jul 2019 15:54:54 -0700 Subject: [PATCH] keras_dnn_correctness_test_gpu doesn't seem flaky. $ bazel test --config=cuda --runs_per_test=167 //third_party/tensorflow/python/keras/distribute:keras_dnn_correctness_test_gpu //third_party/tensorflow/python/keras/distribute:keras_dnn_correctness_test_gpu PASSED in 840.3s Stats over 3173 runs: max = 840.3s, min = 64.5s, avg = 636.3s, dev = 139.8s Executed 1 out of 1 test: 1 test passes. PiperOrigin-RevId: 260229842 --- tensorflow/python/keras/distribute/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/tensorflow/python/keras/distribute/BUILD b/tensorflow/python/keras/distribute/BUILD index 2607fa774b5..6d743e15183 100644 --- a/tensorflow/python/keras/distribute/BUILD +++ b/tensorflow/python/keras/distribute/BUILD @@ -168,8 +168,6 @@ distribute_py_test( "multi_and_single_gpu", "no_rocm", # times out on ROCm "no_windows_gpu", - # TODO(b/134764123): Re-enable this test. - "notap", "notsan", ], deps = [