diff --git a/integration/test/performancetest/performance_test.go b/integration/test/performancetest/performance_test.go index 46b5743be6..929f736235 100644 --- a/integration/test/performancetest/performance_test.go +++ b/integration/test/performancetest/performance_test.go @@ -254,7 +254,7 @@ func GetLogFilePaths(configPath string) ([]string, error) { func TestUpdateCommit(t*testing.T){ if(os.Getenv("IS_RELEASE") !="true"){ - t.SkipNow("") + t.SkipNow() } t.Log("Updating Release Commit",os.Getenv(SHA_ENV)) dynamoDB := InitializeTransmitterAPI("CWAPerformanceMetrics") //add cwa version here