Skip to content

Commit

Permalink
fix: write error in test
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Jan 22, 2022
1 parent 68ea2de commit 84fdc9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions go/cmd/berty/scenario_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ import (
"testing"

"github.com/stretchr/testify/require"
"go.uber.org/zap"
"moul.io/u"

"berty.tech/berty/v2/go/internal/initutil"
)

func TestPersistentIdentity(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("disabled on windows")
}

// @FIXME(gfanton): avoid write error caused by grpc logger
initutil.ReplaceGRPCLogger(zap.NewNop())

// create tempdir for the test
var tempdir string
{
Expand Down

0 comments on commit 84fdc9e

Please sign in to comment.