Disable flaky test
PiperOrigin-RevId: 311272834 Change-Id: Id8af3ac197f65dde4ae50c9b5ad63d2d328652f6
This commit is contained in:
parent
d5b3ec27d1
commit
843f3da02d
@ -1400,6 +1400,8 @@ class StatelessIfTest(PForTestCase):
|
||||
class IfTest(PForTestCase):
|
||||
|
||||
def test_read_var(self):
|
||||
self.skipTest("b/156438918") # Flaky
|
||||
|
||||
x = [1, 2, 3, 4, 5.]
|
||||
y = 2.5
|
||||
z = resource_variable_ops.ResourceVariable(5.)
|
||||
|
Loading…
Reference in New Issue
Block a user