Enable test that was accidentally disabled.

PiperOrigin-RevId: 343884207
Change-Id: If31abce01fc104ed7f4ff1bd422299f172940800
This commit is contained in:
Edward Loper 2020-11-23 10:56:50 -08:00 committed by TensorFlower Gardener
parent 31160b7c21
commit 1ecdce2cfb

View File

@ -504,8 +504,6 @@ class StructuredTensorTest(test_util.TensorFlowTestCase,
self.assertAllEqual(struct4.field_value("s"), struct2)
def testPartitionOuterDims(self):
if not context.executing_eagerly():
return # TESTING
a = dict(x=1, y=[1, 2])
b = dict(x=2, y=[3, 4])
c = dict(x=3, y=[5, 6])