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

pull/17079/head
Balint Gabor 6 years ago committed by GitHub
parent b0cfd9c786
commit 0a22ae5572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      swarm/fuse/swarmfs_test.go

@ -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 {

Loading…
Cancel
Save