Skip to content

Commit

Permalink
ipns test: unused import + rmv old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed Nov 7, 2014
1 parent 9434f6e commit 387d0a9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions fuse/ipns/ipns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"crypto/rand"
"io/ioutil"
"os"
"runtime"
"strings"
"testing"
"time"
Expand Down Expand Up @@ -300,12 +299,6 @@ func TestFastRepublish(t *testing.T) {

// Test writing a medium sized file one byte at a time
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)
defer mnt.Close()
Expand Down

0 comments on commit 387d0a9

Please sign in to comment.