Skip to content

Commit

Permalink
test: retry interrupted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 18, 2020
1 parent 2c883f6 commit c72367b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conformance/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ func checkStatus(t *testing.T, testID string) (string, status) {
t.Logf("Got status %s for %s", state, testID)
switch state {
case "INTERRUPTED":
require.FailNowf(t, "Test was INTERRUPTED", "Status returned was INTERRUPTED: %s", body)
t.Logf("Test was INTERRUPTED: %s", body)
return state, statusRetry
case "FINISHED":
result := gjson.GetBytes(body, "result").String()
Expand Down

0 comments on commit c72367b

Please sign in to comment.