Disable flaky performance test.

PiperOrigin-RevId: 222461831
This commit is contained in:
Scott Zhu 2018-11-21 14:36:21 -08:00 committed by TensorFlower Gardener
parent a7f51164e6
commit 78ef03f348

View File

@ -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')