Skip to content

Commit

Permalink
test: enable AF_UNIX tests on Windows
Browse files Browse the repository at this point in the history
It has been supported since approx. Dec 2017.
  • Loading branch information
Lemmmy committed Feb 9, 2024
1 parent 1d30755 commit 65fd4af
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions caskethttp/proxy/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,10 +548,6 @@ func TestWebSocketReverseProxyFromWSSClient(t *testing.T) {
}

func TestUnixSocketProxy(t *testing.T) {
if runtime.GOOS == "windows" {
return
}

trialMsg := "Is it working?"

var proxySuccess bool
Expand Down Expand Up @@ -707,10 +703,6 @@ func TestUnixSocketProxyPaths(t *testing.T) {
}
}

if runtime.GOOS == "windows" {
return
}

for _, test := range tests {
p, ts, tmpdir, err := GetSocketProxy(greeting, test.prefix)
if err != nil {
Expand Down

0 comments on commit 65fd4af

Please sign in to comment.