From 5d64f169b366bbff032d2b565b512b690d67e825 Mon Sep 17 00:00:00 2001 From: Saw-jan Date: Thu, 21 Sep 2023 12:39:06 +0545 Subject: [PATCH] cleanup mesh --- tests/ociswrapper/ocis/ocis.go | 4 ---- 1 file changed, 4 deletions(-) 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))