mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-06 16:48:28 +00:00
chore(scheduler): cleanup some minor issues in testing
This commit is contained in:
@@ -645,11 +645,6 @@ func TestStorageRequests(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestFitScore(t *testing.T) {
|
||||
defaultResources := []config.ResourceSpec{
|
||||
{Name: string(v1.ResourceCPU), Weight: 1},
|
||||
{Name: string(v1.ResourceMemory), Weight: 1},
|
||||
}
|
||||
|
||||
tests := []struct {
|
||||
name string
|
||||
requestedPod *v1.Pod
|
||||
|
||||
Reference in New Issue
Block a user