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:
Justin Husted 2021-06-05 01:51:43 -07:00
parent 17ceb87080
commit 3da3c4ff8b

View 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()