mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
build break
This commit is contained in:
parent
0ca7dab49b
commit
f3a12e9f57
@ -1,17 +1,17 @@
|
||||
package socks
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
// "bytes"
|
||||
"testing"
|
||||
|
||||
"github.com/v2ray/v2ray-core"
|
||||
"github.com/v2ray/v2ray-core/testing/mocks"
|
||||
"github.com/v2ray/v2ray-core/testing/unit"
|
||||
// "github.com/v2ray/v2ray-core"
|
||||
// "github.com/v2ray/v2ray-core/testing/mocks"
|
||||
// "github.com/v2ray/v2ray-core/testing/unit"
|
||||
)
|
||||
|
||||
func TestSocksTcpConnect(t *testing.T) {
|
||||
t.Skip("Not ready yet.")
|
||||
|
||||
/*
|
||||
assert := unit.Assert(t)
|
||||
|
||||
port := uint16(12384)
|
||||
@ -35,5 +35,5 @@ func TestSocksTcpConnect(t *testing.T) {
|
||||
|
||||
err = vpoint.Start()
|
||||
assert.Error(err).IsNil()
|
||||
|
||||
*/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user