From 9a82aee3333820aa79bc116ec858d021b7bd3fc3 Mon Sep 17 00:00:00 2001 From: ethersphere Date: Mon, 25 Jun 2018 10:45:45 +0200 Subject: [PATCH] swarm/fuse: Disable fuse tests, they are flaky --- swarm/fuse/swarmfs_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/swarm/fuse/swarmfs_test.go b/swarm/fuse/swarmfs_test.go index accf9b02b0..ed2021c4e0 100644 --- a/swarm/fuse/swarmfs_test.go +++ b/swarm/fuse/swarmfs_test.go @@ -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 {