From e7f508844eab13927f32abdb5d7f0eb4e91caee0 Mon Sep 17 00:00:00 2001 From: Scott Zhu Date: Tue, 12 Mar 2019 16:43:25 -0700 Subject: [PATCH] Disable the flaky test while troubleshooting. PiperOrigin-RevId: 238125075 --- tensorflow/python/keras/layers/lstm_v2_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/keras/layers/lstm_v2_test.py b/tensorflow/python/keras/layers/lstm_v2_test.py index 38a5768f9a4..5bafb56ba2d 100644 --- a/tensorflow/python/keras/layers/lstm_v2_test.py +++ b/tensorflow/python/keras/layers/lstm_v2_test.py @@ -546,7 +546,7 @@ class LSTMV2Test(keras_parameterized.TestCase): self.assertAllClose(y_1, y_2) self.assertAllClose(y_2, y_3) - def test_return_sequences_LSTM(self): + def DISABLED_test_return_sequences_LSTM(self): num_samples = 2 timesteps = 3 embedding_dim = 4