Extend forward compatible window for batch matmul broadcast test.

PiperOrigin-RevId: 244369219
This commit is contained in:
Scott Zhu 2019-04-19 09:22:11 -07:00 committed by TensorFlower Gardener
parent 4db860f9f0
commit 653dfe126c

View File

@ -291,7 +291,7 @@ class MathTest(PForTestCase):
self._test_loop_fn(loop_fn, 2)
def test_batch_matmul_broadcast(self):
if not compat.forward_compatible(2019, 4, 18):
if not compat.forward_compatible(2019, 4, 25):
self.skipTest("Skipping test for future functionality.")
for broadcast_a in (True, False):
for broadcast_b in (True, False):