Skip to content

Commit a67f14f

Browse files
gbalintfirmianavan
authored andcommitted
swarm/fuse: Disable fuse tests, they are flaky (ethereum#17072)
1 parent 940c61c commit a67f14f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swarm/fuse/swarmfs_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,6 +1637,7 @@ func (ta *testAPI) appendFileContentsToEnd(t *testing.T, toEncrypt bool) {
16371637

16381638
//run all the tests
16391639
func TestFUSE(t *testing.T) {
1640+
t.Skip("disable fuse tests until they are stable")
16401641
//create a data directory for swarm
16411642
datadir, err := ioutil.TempDir("", "fuse")
16421643
if err != nil {

0 commit comments

Comments
 (0)