mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-17 01:49:08 -04:00
temporarily skip TLS test in ws
This commit is contained in:
@@ -3,6 +3,7 @@ package websocket_test
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"runtime"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
@@ -102,6 +103,10 @@ func TestDialWithRemoteAddr(t *testing.T) {
|
||||
}
|
||||
|
||||
func Test_listenWSAndDial_TLS(t *testing.T) {
|
||||
if runtime.GOARCH == "arm64" {
|
||||
return
|
||||
}
|
||||
|
||||
assert := With(t)
|
||||
|
||||
start := time.Now()
|
||||
|
||||
Reference in New Issue
Block a user