Unskip test_glob

This commit is contained in:
Padraic Fanning
2021-02-05 21:26:06 -05:00
parent 5c4f68b12c
commit a6ace5f584

View File

@@ -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)