Commit ce2558b4 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

fuse/test: disable TestFopenKeepCache

It is currently failing. Reported as
https://github.com/libfuse/libfuse/issues/362
parent 05a3771c
......@@ -67,6 +67,10 @@ func TestFopenKeepCache(t *testing.T) {
t.Skip("FOPEN_KEEP_CACHE is broken on Darwin.")
}
// Failing on 4.20.5-200.fc29.x86_64.
// reported as https://github.com/libfuse/libfuse/issues/362
t.Skip("started failing on linux")
wd, pathfs, clean := setupCacheTest(t)
defer clean()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment