1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-11 08:15:27 -04:00

Refine Android build (#525)

Co-authored-by: ghost <noreply@example.com>
This commit is contained in:
dyhkwong
2020-12-17 08:50:13 +08:00
committed by GitHub
parent 3c988693b5
commit 291eff1aa3
5 changed files with 6 additions and 5 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{