Unskip test_string_path

This commit is contained in:
Padraic Fanning
2021-02-03 23:18:06 -05:00
parent 76e230a470
commit c185a387de

View File

@@ -469,7 +469,6 @@ class CommonResourceTests(abc.ABC):
# Passing in the package itself should succeed.
self.execute(data01, 'utf-8.file')
@unittest.skip("TODO: RUSTPYTHON")
def test_string_path(self):
# Passing in a string for the path should succeed.
path = 'utf-8.file'