mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix typo in e2e test log
This commit is contained in:
parent
2b23e71f6c
commit
987562bb8e
@ -165,7 +165,7 @@ var _ = SIGDescribe("SchedulerPreemption [Serial]", func() {
|
||||
framework.Logf("Created pod: %v", pods[i].Name)
|
||||
}
|
||||
if len(pods) < 2 {
|
||||
framework.Failf("We need at least two pods to be created but" +
|
||||
framework.Failf("We need at least two pods to be created but " +
|
||||
"all nodes are already heavily utilized, so preemption tests cannot be run")
|
||||
}
|
||||
ginkgo.By("Wait for pods to be scheduled.")
|
||||
@ -251,7 +251,7 @@ var _ = SIGDescribe("SchedulerPreemption [Serial]", func() {
|
||||
framework.Logf("Created pod: %v", pods[i].Name)
|
||||
}
|
||||
if len(pods) < 2 {
|
||||
framework.Failf("We need at least two pods to be created but" +
|
||||
framework.Failf("We need at least two pods to be created but " +
|
||||
"all nodes are already heavily utilized, so preemption tests cannot be run")
|
||||
}
|
||||
ginkgo.By("Wait for pods to be scheduled.")
|
||||
|
Loading…
Reference in New Issue
Block a user