From 78ef03f348fa4005890693f51349e714d9aeef5a Mon Sep 17 00:00:00 2001 From: Scott Zhu Date: Wed, 21 Nov 2018 14:36:21 -0800 Subject: [PATCH] Disable flaky performance test. PiperOrigin-RevId: 222461831 --- tensorflow/python/keras/layers/unified_rnn_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/keras/layers/unified_rnn_test.py b/tensorflow/python/keras/layers/unified_rnn_test.py index 744d51824ba..8dc6a070bd6 100644 --- a/tensorflow/python/keras/layers/unified_rnn_test.py +++ b/tensorflow/python/keras/layers/unified_rnn_test.py @@ -288,7 +288,7 @@ class RNNTest(test.TestCase): 'Normal LSTM', (total_duration / epoch)) return total_duration / epoch - def test_performance_with_standard_cudnn_impl(self): + def DISABLED_test_performance_with_standard_cudnn_impl(self): if not test.is_gpu_available(): self.skipTest('performance test will only run on GPU')