Skip to content

Commit

Permalink
chore(ci): remove replaying error display in log since it is too long (
Browse files Browse the repository at this point in the history
  • Loading branch information
iyabchen authored Oct 18, 2024
1 parent e28443c commit c438c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Affected tests list:
{{- end}}
{{if .ReplayingErr}}
#################################
Errors occurred during REPLAYING mode: {{.ReplayingErr}}.
Errors occurred during REPLAYING mode.
#################################
{{- end}}
{{if .AllReplayingPassed}}
Expand Down
2 changes: 1 addition & 1 deletion .ci/magician/cmd/vcr_cassette_update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestFormatVCRCassettesUpdateReplaying(t *testing.T) {
"#################################",
"",
"#################################",
"Errors occurred during REPLAYING mode: some error.",
"Errors occurred during REPLAYING mode.",
"#################################",
},
"\n",
Expand Down

0 comments on commit c438c6e

Please sign in to comment.