mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
Disable fuse remount test w/valgrind
This test fails with valgrind due to leaks currently. Signed-off-by: Justin Husted <sigstop@gmail.com>
This commit is contained in:
parent
17ceb87080
commit
3da3c4ff8b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user