diff --git a/client/rpc/api_test.go b/client/rpc/api_test.go index e51aebfba..dd1e1db04 100644 --- a/client/rpc/api_test.go +++ b/client/rpc/api_test.go @@ -4,7 +4,6 @@ import ( "context" "net/http" "net/http/httptest" - "runtime" "strconv" "strings" "sync" @@ -98,10 +97,6 @@ func (np NodeProvider) MakeAPISwarm(t *testing.T, ctx context.Context, fullIdent func TestHttpApi(t *testing.T) { t.Parallel() - if runtime.GOOS == "windows" { - t.Skip("skipping due to #9905") - } - tests.TestApi(NodeProvider{})(t) }