From 384ffdab5df841baa0d3d05cff1cc423f14eb82f Mon Sep 17 00:00:00 2001 From: Yanhua Sun Date: Mon, 31 Aug 2020 14:49:04 -0700 Subject: [PATCH] Remove redundant decorator. PiperOrigin-RevId: 329383467 Change-Id: I45c1cccd772b0a5a20253e73c87a3e8432703c30 --- .../keras/distribute/custom_training_loop_models_test.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tensorflow/python/keras/distribute/custom_training_loop_models_test.py b/tensorflow/python/keras/distribute/custom_training_loop_models_test.py index b6b92391cef..fe80a56aa75 100644 --- a/tensorflow/python/keras/distribute/custom_training_loop_models_test.py +++ b/tensorflow/python/keras/distribute/custom_training_loop_models_test.py @@ -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