diff --git a/swh/model/tests/test_from_disk.py b/swh/model/tests/test_from_disk.py index 25df48b955b2f3a3956a0b2e6c93ec216a342251..dbf61395e5153e88d377fa2c03456799f0e4d090 100644 --- a/swh/model/tests/test_from_disk.py +++ b/swh/model/tests/test_from_disk.py @@ -8,6 +8,8 @@ import tarfile import tempfile import unittest +from nose.plugins.attrib import attr + from swh.model import from_disk from swh.model.from_disk import Content, Directory, DentryPerms from swh.model.hashutil import DEFAULT_ALGORITHMS, hash_to_bytes, hash_to_hex @@ -683,6 +685,7 @@ class DirectoryToObjects(DataMixin, unittest.TestCase): + 1) +@attr('fs') class TarballTest(DataMixin, unittest.TestCase): def setUp(self): super().setUp()