Skip to content

Commit

Permalink
fs_test: Enable NTFS test case
Browse files Browse the repository at this point in the history
NTFS is now fully support, we no longer need to skip this test.
  • Loading branch information
vojtechtrefny committed Oct 27, 2023
1 parent 1a65b19 commit 7d6bd77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/storage_tests/formats_test/fs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ class MacEFIFSTestCase(HFSPlusTestCase):
_fs_class = fs.MacEFIFS


@unittest.skip("Unable to create because NTFS._formattable is False.")
class NTFSTestCase(fstesting.FSAsRoot):
_fs_class = fs.NTFS

Expand Down

0 comments on commit 7d6bd77

Please sign in to comment.