瀏覽代碼

build break

V2Ray 10 年之前
父節點
當前提交
f3a12e9f57
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      net/socks/socks_test.go

+ 6 - 6
net/socks/socks_test.go

@@ -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()
-
+  */
 }