Skip to content

Commit c438c6e

Browse files
authored
chore(ci): remove replaying error display in log since it is too long (#12059)
1 parent e28443c commit c438c6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/magician/cmd/templates/vcr/vcr_cassettes_update_replaying.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Affected tests list:
1717
{{- end}}
1818
{{if .ReplayingErr}}
1919
#################################
20-
Errors occurred during REPLAYING mode: {{.ReplayingErr}}.
20+
Errors occurred during REPLAYING mode.
2121
#################################
2222
{{- end}}
2323
{{if .AllReplayingPassed}}

.ci/magician/cmd/vcr_cassette_update_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestFormatVCRCassettesUpdateReplaying(t *testing.T) {
4949
"#################################",
5050
"",
5151
"#################################",
52-
"Errors occurred during REPLAYING mode: some error.",
52+
"Errors occurred during REPLAYING mode.",
5353
"#################################",
5454
},
5555
"\n",

0 commit comments

Comments
 (0)