Skip to content

Commit 9802154

Browse files
committed
Mark failing test
1 parent 16066cc commit 9802154

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ def test_eq(self):
690690

691691

692692
class TestFrameCApi(unittest.TestCase):
693+
@unittest.expectedFailure # TODO: RUSTPYTHON
693694
def test_basic(self):
694695
x = 1
695696
ctypes = import_helper.import_module('ctypes')

0 commit comments

Comments
 (0)