Skip to content

Commit

Permalink
tests: workaround for valgrind mis-handling of FICLONE ioctl
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeSpotRun committed Apr 20, 2021
1 parent 4a7f453 commit 87d7097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_mains/test_dedupe.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from nose import with_setup
from nose.tools import make_decorator
from nose.plugins.skip import SkipTest
from nose.plugins.attrib import attr
from contextlib import contextmanager
import psutil

Expand Down Expand Up @@ -88,7 +89,7 @@ def test_equal_files():
with_json=False,
verbosity="")


@attr('valgrind_issue')
@needs_reflink_fs
@with_setup(usual_setup_func, usual_teardown_func)
def test_hardlinks():
Expand Down

0 comments on commit 87d7097

Please sign in to comment.