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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user