mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12: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
|
// TestCLISwarmFs is a high-level test of swarmfs
|
||||||
func TestCLISwarmFs(t *testing.T) {
|
func TestCLISwarmFs(t *testing.T) {
|
||||||
// this test fails often on Travis, but not locally
|
// This test fails on travis as this executable exits with code 1
|
||||||
// TODO: fix it
|
// and without any log messages in the log.
|
||||||
|
// /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse
|
||||||
t.Skip()
|
t.Skip()
|
||||||
|
|
||||||
cluster := newTestCluster(t, 3)
|
cluster := newTestCluster(t, 3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue