Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
6ac11702
Commit
6ac11702
authored
Oct 09, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip ipns_test.TestMultiWrite in darwin
parent
c565309a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
fuse/ipns/ipns_test.go
fuse/ipns/ipns_test.go
+7
-0
No files found.
fuse/ipns/ipns_test.go
View file @
6ac11702
...
...
@@ -5,6 +5,8 @@ import (
"crypto/rand"
"io/ioutil"
"os"
"runtime"
"strings"
"testing"
"time"
...
...
@@ -298,6 +300,11 @@ 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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment