Re-enable tests that got disabled as part of a merge.

PiperOrigin-RevId: 242248283
This commit is contained in:
Igor Saprykin 2019-04-05 23:18:49 -07:00 committed by TensorFlower Gardener
parent a4b0dc1acb
commit b43029085b

View File

@ -373,13 +373,6 @@ class TestDistributionStrategyCorrectnessBase(test.TestCase,
def skip_unsupported_test_configuration(self, distribution):
if should_skip_tpu_with_eager(distribution):
self.skipTest('TPUStrategy does not support eager mode now.')
if context.executing_eagerly() and self.use_numpy:
self.skipTest('Numpy as inputs is not supported with strategy in eager.')
if context.executing_eagerly() and self.use_validation_data:
self.skipTest('TODO(hongjunchoi): Add test logic for using validation '
'data for eager execution.')
return
def run_correctness_test(self,