mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #108239 from Abirdcfly/master
delete redundant characters in comment
This commit is contained in:
commit
44241bacca
@ -173,7 +173,7 @@ func TestNodeResourcesScoring(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TestNodeAffinityScoring verifies that scheduler's node affinity priority function
|
// TestNodeAffinityScoring verifies that scheduler's node affinity priority function
|
||||||
// works correctly.s
|
// works correctly.
|
||||||
func TestNodeAffinityScoring(t *testing.T) {
|
func TestNodeAffinityScoring(t *testing.T) {
|
||||||
testCtx := initTestSchedulerForPriorityTest(t, nodeaffinity.Name)
|
testCtx := initTestSchedulerForPriorityTest(t, nodeaffinity.Name)
|
||||||
defer testutils.CleanupTest(t, testCtx)
|
defer testutils.CleanupTest(t, testCtx)
|
||||||
|
Loading…
Reference in New Issue
Block a user