Update fast_trace_test.go

减少TEST耗时
This commit is contained in:
tsosunchia
2023-03-03 13:42:32 +08:00
committed by GitHub
parent 7a048fa976
commit ead7ebbc25

View File

@@ -20,6 +20,5 @@ func TestTCPTrace(t *testing.T) {
w.Conn.Close()
}()
ft.TracerouteMethod = trace.TCPTrace
ft.testCM()
ft.testEDU()
}