From 6959c93e3e8d5aa92c05b7222fa1294fb6d05a97 Mon Sep 17 00:00:00 2001 From: Janos Guljas Date: Fri, 3 Aug 2018 17:17:46 +0200 Subject: [PATCH] cmd/swarm: update TestCLISwarmFs skip comment --- cmd/swarm/fs_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/swarm/fs_test.go b/cmd/swarm/fs_test.go index a143f7896d..a2b730bd5d 100644 --- a/cmd/swarm/fs_test.go +++ b/cmd/swarm/fs_test.go @@ -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)