Merge pull request #5882 from arthurbdiniz/set-git-messages-to-english-for-TestRemoteLoad_LocalProtocol

Set Git messages to English for TestRemoteLoad_LocalProtocol
This commit is contained in:
Kubernetes Prow Robot
2025-05-23 01:22:36 -07:00
committed by GitHub

View File

@@ -282,6 +282,8 @@ resources:
},
}
t.Setenv("LC_ALL", "C")
for _, test := range tests {
t.Run(test.name, func(t *testing.T) {
if test.skip {