Skip to content

Commit

Permalink
Merge pull request ipfs/go-ipfs-http-client#154 from ipfs/web3-bot/sync
Browse files Browse the repository at this point in the history
sync: update CI config files

This commit was moved from ipfs/go-ipfs-http-client@0675169
  • Loading branch information
galargh committed Jan 14, 2022
2 parents 5322cf8 + b52c80c commit ee92934
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/httpapi/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"net/http"
"net/http/httptest"
"os"
"runtime"
"strconv"
"strings"
"sync"
Expand Down Expand Up @@ -207,6 +208,10 @@ func (NodeProvider) makeAPISwarm(ctx context.Context, fullIdentity bool, n int)
}

func TestHttpApi(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("skipping due to #142")
}

ctx, cancel := context.WithCancel(context.Background())
defer cancel()

Expand Down

0 comments on commit ee92934

Please sign in to comment.