diff --git a/tests/ociswrapper/ocis/ocis.go b/tests/ociswrapper/ocis/ocis.go index 459445abf5..a38f4b8168 100644 --- a/tests/ociswrapper/ocis/ocis.go +++ b/tests/ociswrapper/ocis/ocis.go @@ -72,10 +72,6 @@ func Start(envMap map[string]any) { // retry to start oCIS server retryCount++ - retryCount++ - - retryCount++ - maxRetry, _ := strconv.Atoi(config.Get("retry")) if retryCount <= maxRetry { log.Println(fmt.Sprintf("Retry starting oCIS server... (retry %v)", retryCount))