mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
cmd/swarm: update TestCLISwarmFs skip comment
This commit is contained in:
parent
b89312a3d6
commit
6959c93e3e
1 changed files with 3 additions and 2 deletions
|
|
@ -44,8 +44,9 @@ type testFile struct {
|
|||
|
||||
// TestCLISwarmFs is a high-level test of swarmfs
|
||||
func TestCLISwarmFs(t *testing.T) {
|
||||
// this test fails often on Travis, but not locally
|
||||
// TODO: fix it
|
||||
// This test fails on travis as this executable exits with code 1
|
||||
// and without any log messages in the log.
|
||||
// /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse
|
||||
t.Skip()
|
||||
|
||||
cluster := newTestCluster(t, 3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue