remove parallel

This commit is contained in:
p_caiwfeng
2022-02-02 22:56:45 +08:00
parent a56a15f97c
commit a1ffd947c8

View File

@@ -34,7 +34,7 @@ var (
func TestFunctions(t *testing.T) {
t.Cleanup(cancelFunc)
t.Parallel()
//t.Parallel()
t.Run(runtime.FuncForPC(reflect.ValueOf(pingPodIP).Pointer()).Name(), pingPodIP)
t.Run(runtime.FuncForPC(reflect.ValueOf(curlUDP).Pointer()).Name(), curlUDP)
t.Run(runtime.FuncForPC(reflect.ValueOf(healthCheck).Pointer()).Name(), healthCheck)