Browse Source

temporary skip tls test on arm64

Darien Raymond 7 năm trước cách đây
mục cha
commit
e64b800149
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      testing/scenarios/tls_test.go

+ 4 - 0
testing/scenarios/tls_test.go

@@ -149,6 +149,10 @@ func TestAutoIssuingCertificate(t *testing.T) {
 		return
 	}
 
+	if runtime.GOARCH == "arm64" {
+		return
+	}
+
 	assert := With(t)
 
 	tcpServer := tcp.Server{