Disable failing test testCondAutoControlDeps on GPU.

PiperOrigin-RevId: 238690396
This commit is contained in:
Saurabh Saxena 2019-03-15 12:34:01 -07:00 committed by TensorFlower Gardener
parent 0ba6b04934
commit d4b1b32629

View File

@ -1139,6 +1139,8 @@ class ControlFlowTest(test.TestCase):
@test_util.disable_xla("b/128644469 PrintV2") @test_util.disable_xla("b/128644469 PrintV2")
@test_util.run_in_graph_and_eager_modes @test_util.run_in_graph_and_eager_modes
def testCondAutoControlDeps(self): def testCondAutoControlDeps(self):
if test_util.is_gpu_available():
self.skipTest("b/128676188 causes OOM on opensource gpu tests")
def branch_fn(): def branch_fn():
logging_ops.print_v2("A") logging_ops.print_v2("A")