Skip to content

Commit 451e0f6

Browse files
committed
skip test
1 parent 7b0c1da commit 451e0f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,6 +1664,7 @@ def testfunc(n):
16641664
self.assertNotIn("_COMPARE_OP_INT", uops)
16651665
self.assertNotIn("_POP_TWO_LOAD_CONST_INLINE_BORROW", uops)
16661666

1667+
@unittest.skip("TODO (gh-142764): Re-enable after we get back automatic constant propagation.")
16671668
def test_compare_op_str_pop_two_load_const_inline_borrow(self):
16681669
def testfunc(n):
16691670
x = 0
@@ -1681,6 +1682,7 @@ def testfunc(n):
16811682
self.assertNotIn("_COMPARE_OP_STR", uops)
16821683
self.assertNotIn("_POP_TWO_LOAD_CONST_INLINE_BORROW", uops)
16831684

1685+
@unittest.skip("TODO (gh-142764): Re-enable after we get back automatic constant propagation.")
16841686
def test_compare_op_float_pop_two_load_const_inline_borrow(self):
16851687
def testfunc(n):
16861688
x = 0

0 commit comments

Comments
 (0)