Disable flaky test method in stage_op_test_gpu.
PiperOrigin-RevId: 230967998
This commit is contained in:
parent
81cf135cd7
commit
82812551bd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user