swarm/fuse: Disable fuse tests, they are flaky

This commit is contained in:
ethersphere 2018-06-25 10:45:45 +02:00
parent eaff89291c
commit 9a82aee333

View file

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