Przeglądaj źródła

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

Balint Gabor 7 lat temu
rodzic
commit
0a22ae5572
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      swarm/fuse/swarmfs_test.go

+ 1 - 0
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 {