update: no longer test with icmp

This commit is contained in:
sjlleo
2022-06-12 13:07:15 +08:00
parent ee9111249c
commit 35bc15583e

View File

@@ -6,14 +6,10 @@ import (
"github.com/xgadget-lab/nexttrace/trace"
)
func TestICMPTrace(t *testing.T) {
ft := FastTracer{}
ft.TracerouteMethod = trace.ICMPTrace
ft.testCM()
}
// ICMP Use Too Many Time to Wait So we don't test it.
func TestTCPTrace(t *testing.T) {
ft := FastTracer{}
ft.TracerouteMethod = trace.TCPTrace
ft.testCM()
ft.testEDU()
}