提交 6ac11702 作者: Juan Batiz-Benet

Skip ipns_test.TestMultiWrite in darwin

上级 c565309a
...@@ -5,6 +5,8 @@ import ( ...@@ -5,6 +5,8 @@ import (
"crypto/rand" "crypto/rand"
"io/ioutil" "io/ioutil"
"os" "os"
"runtime"
"strings"
"testing" "testing"
"time" "time"
...@@ -298,6 +300,11 @@ func TestFastRepublish(t *testing.T) { ...@@ -298,6 +300,11 @@ func TestFastRepublish(t *testing.T) {
// Test writing a medium sized file one byte at a time // Test writing a medium sized file one byte at a time
func TestMultiWrite(t *testing.T) { func TestMultiWrite(t *testing.T) {
if runtime.GOOS == "darwin" {
link := "https://github.com/jbenet/go-ipfs/issues/147"
t.Skipf("Skipping as is broken in OSX. See %s", link)
}
_, mnt := setupIpnsTest(t, nil) _, mnt := setupIpnsTest(t, nil)
defer mnt.Close() defer mnt.Close()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论