From 0a22ae55729298dcd9979184d0b3c28f48b272bf Mon Sep 17 00:00:00 2001 From: Balint Gabor Date: Mon, 25 Jun 2018 14:04:01 +0200 Subject: swarm/fuse: Disable fuse tests, they are flaky (#17072) --- swarm/fuse/swarmfs_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'swarm/fuse') diff --git a/swarm/fuse/swarmfs_test.go b/swarm/fuse/swarmfs_test.go index accf9b02b..ed2021c4e 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 { -- cgit v1.2.3