Skip to content

Commit

Permalink
fixed error due skipNow
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Jul 29, 2022
1 parent b068ea6 commit 5217407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test/performancetest/performance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5217407

Please sign in to comment.