Re-enable tests that got disabled as part of a merge.
PiperOrigin-RevId: 242248283
This commit is contained in:
parent
a4b0dc1acb
commit
b43029085b
@ -373,13 +373,6 @@ class TestDistributionStrategyCorrectnessBase(test.TestCase,
|
|||||||
def skip_unsupported_test_configuration(self, distribution):
|
def skip_unsupported_test_configuration(self, distribution):
|
||||||
if should_skip_tpu_with_eager(distribution):
|
if should_skip_tpu_with_eager(distribution):
|
||||||
self.skipTest('TPUStrategy does not support eager mode now.')
|
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
|
return
|
||||||
|
|
||||||
def run_correctness_test(self,
|
def run_correctness_test(self,
|
||||||
|
Loading…
Reference in New Issue
Block a user