1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-13 17:20:27 +08:00

ipns test: unused import + rmv old comment

This commit is contained in:
Juan Batiz-Benet
2014-11-07 14:21:10 -08:00
parent 9434f6e531
commit 387d0a935d

View File

@ -5,7 +5,6 @@ import (
"crypto/rand" "crypto/rand"
"io/ioutil" "io/ioutil"
"os" "os"
"runtime"
"strings" "strings"
"testing" "testing"
"time" "time"
@ -300,12 +299,6 @@ 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()