good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 0a22ae55 authored by Balint Gabor's avatar Balint Gabor Committed by GitHub
Browse files

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

parent b0cfd9c7
Branches
Tags
No related merge requests found
...@@ -1637,6 +1637,7 @@ func (ta *testAPI) appendFileContentsToEnd(t *testing.T, toEncrypt bool) { ...@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment