mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #33489 from liggitt/log-error
Automatic merge from submit-queue Log test error We're seeing flakes in this unit test downstream at this point, logging the error would be helpful
This commit is contained in:
commit
8b2dfac042
@ -990,7 +990,7 @@ func TestPrioritiesRegistered(t *testing.T) {
|
||||
if err == nil {
|
||||
functions = append(functions, fileFunctions...)
|
||||
} else {
|
||||
t.Errorf("unexpected error when parsing %s", filePath)
|
||||
t.Errorf("unexpected error when parsing %s: %v", filePath, err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user