Disable flaky test method in stage_op_test_gpu.

PiperOrigin-RevId: 230967998
This commit is contained in:
Eugene Brevdo 2019-01-25 14:20:30 -08:00 committed by TensorFlower Gardener
parent 81cf135cd7
commit 82812551bd

View File

@ -166,6 +166,7 @@ class StageTest(test.TestCase):
@test_util.run_deprecated_v1
def testCapacity(self):
self.skipTest('b/123423516 this test is flaky on gpu.')
capacity = 3
with ops.Graph().as_default() as G: