Skip to content

Commit

Permalink
swarm/fuse: Disable fuse tests, they are flaky (#17072)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalint committed Jun 25, 2018
1 parent b0cfd9c commit 0a22ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swarm/fuse/swarmfs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0a22ae5

Please sign in to comment.