Unverified Commit 0a22ae55 authored by Balint Gabor's avatar Balint Gabor Committed by GitHub

swarm/fuse: Disable fuse tests, they are flaky (#17072)

parent b0cfd9c7
......@@ -1637,6 +1637,7 @@ func (ta *testAPI) appendFileContentsToEnd(t *testing.T, toEncrypt bool) {
//run all the tests
func TestFUSE(t *testing.T) {
t.Skip("disable fuse tests until they are stable")
//create a data directory for swarm
datadir, err := ioutil.TempDir("", "fuse")
if err != nil {
......
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