mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
remove parallel
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user