]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Disable fuse remount test w/valgrind
authorJustin Husted <sigstop@gmail.com>
Sat, 5 Jun 2021 08:51:43 +0000 (01:51 -0700)
committerJustin Husted <sigstop@gmail.com>
Sat, 5 Jun 2021 08:51:43 +0000 (01:51 -0700)
This test fails with valgrind due to leaks currently.

Signed-off-by: Justin Husted <sigstop@gmail.com>
tests/test_fuse.py

index 660d92deb67da0b4bafeb006e365d70ef384fae6..69c512e914fdd95fd30c21752eeb82f523abefd8 100644 (file)
@@ -14,6 +14,7 @@ def test_mount(bfuse):
     bfuse.unmount()
     bfuse.verify()
 
+@pytest.mark.skipif(util.ENABLE_VALGRIND, reason="test broken")
 def test_remount(bfuse):
     bfuse.mount()
     bfuse.unmount()