Skip to content

Commit 13b8621

Browse files
committed
Mark unsupported tests
1 parent 4aaccb6 commit 13b8621

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_glob.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def check_escape(self, arg, expected):
177177
self.assertEqual(glob.escape(arg), expected)
178178
self.assertEqual(glob.escape(os.fsencode(arg)), os.fsencode(expected))
179179

180+
@unittest.skip("TODO: RUSTPYTHON")
180181
def test_escape(self):
181182
check = self.check_escape
182183
check('abc', 'abc')

0 commit comments

Comments
 (0)