diff --git a/Lib/test/test_pathlib.py b/Lib/test/test_pathlib.py index 96a79aec3..753db1d75 100644 --- a/Lib/test/test_pathlib.py +++ b/Lib/test/test_pathlib.py @@ -2186,7 +2186,6 @@ class PosixPathTest(_BasePathTest, unittest.TestCase): # Non-strict self._check_symlink_loop(BASE, 'linkW', 'foo', strict=False) - @unittest.skip("TODO: RUSTPYTHON") def test_glob(self): P = self.cls p = P(BASE)