Remove redundant decorator.

PiperOrigin-RevId: 329383467
Change-Id: I45c1cccd772b0a5a20253e73c87a3e8432703c30
This commit is contained in:
Yanhua Sun 2020-08-31 14:49:04 -07:00 committed by TensorFlower Gardener
parent 458d0906eb
commit 384ffdab5d

View File

@ -204,11 +204,6 @@ class KerasModelsTest(test.TestCase, parameterized.TestCase):
train_step(input_iterator)
# TODO(b/165912857): Re-enable.
@combinations.generate(
combinations.combine(
distribution=strategy_combinations.all_strategies,
mode=["eager"]
))
def DISABLED_test_lstm(self, distribution):
batch_size = 32