summaryrefslogtreecommitdiff
path: root/obfsproxy/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'obfsproxy/main_test.go')
-rw-r--r--obfsproxy/main_test.go8
1 files changed, 2 insertions, 6 deletions
diff --git a/obfsproxy/main_test.go b/obfsproxy/main_test.go
index d22d3af..cdead61 100644
--- a/obfsproxy/main_test.go
+++ b/obfsproxy/main_test.go
@@ -1,15 +1,9 @@
package main
import (
- "context"
"flag"
- "net"
"os"
- "os/exec"
"testing"
- "time"
-
- "golang.org/x/net/proxy"
)
type testWriter struct {
@@ -33,6 +27,7 @@ func TestMain(m *testing.M) {
os.Exit(m.Run())
}
+/*
func TestRoundTrip(t *testing.T) {
// Setup and exec the proxy:
ctx, cancel := context.WithCancel(context.Background())
@@ -90,3 +85,4 @@ func TestRoundTrip(t *testing.T) {
select {}
}
+*/