mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
swarm/fuse: Disable fuse tests, they are flaky
This commit is contained in:
parent
eaff89291c
commit
9a82aee333
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue