aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-06-15 23:32:04 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-09-17 16:57:30 +0800
commit4066b221005f7a8d12dab4e21c1ef5b8ac284b43 (patch)
tree2aa3929d8278f018e400ac9f522bcc5a86f7b0ef
parent2683ddd4341799e166e9e46f7c7aee90b57443ff (diff)
downloadgo-tangerine-4066b221005f7a8d12dab4e21c1ef5b8ac284b43.tar
go-tangerine-4066b221005f7a8d12dab4e21c1ef5b8ac284b43.tar.gz
go-tangerine-4066b221005f7a8d12dab4e21c1ef5b8ac284b43.tar.bz2
go-tangerine-4066b221005f7a8d12dab4e21c1ef5b8ac284b43.tar.lz
go-tangerine-4066b221005f7a8d12dab4e21c1ef5b8ac284b43.tar.xz
go-tangerine-4066b221005f7a8d12dab4e21c1ef5b8ac284b43.tar.zst
go-tangerine-4066b221005f7a8d12dab4e21c1ef5b8ac284b43.zip
cmd/swarm: disable fuse related tests
-rw-r--r--cmd/swarm/fs_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/swarm/fs_test.go b/cmd/swarm/fs_test.go
index 8636c2b96..d7d1b5f7c 100644
--- a/cmd/swarm/fs_test.go
+++ b/cmd/swarm/fs_test.go
@@ -41,7 +41,7 @@ type testFile struct {
// TestCLISwarmFsDefaultIPCPath tests if the most basic fs command, i.e., list
// can find and correctly connect to a running Swarm node on the default
// IPCPath.
-func TestCLISwarmFsDefaultIPCPath(t *testing.T) {
+func disabledTestCLISwarmFsDefaultIPCPath(t *testing.T) {
cluster := newTestCluster(t, 1)
defer cluster.Shutdown()
@@ -64,7 +64,7 @@ func TestCLISwarmFsDefaultIPCPath(t *testing.T) {
// and without any log messages in the log:
// /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse.
// This is the reason for this file not being built on darwin architecture.
-func TestCLISwarmFs(t *testing.T) {
+func disabledTestCLISwarmFs(t *testing.T) {
cluster := newTestCluster(t, 3)
defer cluster.Shutdown()