Disable the flaky test while troubleshooting.

PiperOrigin-RevId: 238125075
This commit is contained in:
Scott Zhu 2019-03-12 16:43:25 -07:00 committed by TensorFlower Gardener
parent f23ef54d0d
commit e7f508844e

View File

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