0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

Changes from v2ray-core (#93)

This commit is contained in:
Arthur Morgan
2020-12-25 03:45:35 +08:00
committed by GitHub
parent 85619b5a29
commit 6f25191822
14 changed files with 85 additions and 39 deletions

View File

@ -136,8 +136,8 @@ func TestHTTPConnectionHeader(t *testing.T) {
}
func TestDomainSocket(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("Not supported on windows")
if runtime.GOOS == "windows" || runtime.GOOS == "android" {
t.Skip("Not supported on windows and android")
return
}
tcpServer := tcp.Server{