From 05b6d5e343eb1038c3b58b2c6eee421d436636cd Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Sun, 14 Dec 2025 16:15:33 +0100 Subject: [PATCH] refactor(TestFindDuplicatePods): remove leftover comments --- .../removeduplicates/removeduplicates_test.go | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/pkg/framework/plugins/removeduplicates/removeduplicates_test.go b/pkg/framework/plugins/removeduplicates/removeduplicates_test.go index 60ec327a0..448ece784 100644 --- a/pkg/framework/plugins/removeduplicates/removeduplicates_test.go +++ b/pkg/framework/plugins/removeduplicates/removeduplicates_test.go @@ -78,26 +78,6 @@ func buildTestPodWithRSOwnerRefWithNamespaceForNode1(name, namespace string, app } func TestFindDuplicatePods(t *testing.T) { - // first setup pods - - // Three Pods in the "dev" Namespace, bound to same ReplicaSet. 2 should be evicted. - // A DaemonSet. - // A Pod with local storage. - // A Mirror Pod. - // A Critical Pod. - // Three Pods in the "test" Namespace, bound to same ReplicaSet. 2 should be evicted. - // Same owners, but different images - // Multiple containers - // ### Pods Evictable Based On Node Fit ### - - // This pod sits on node6 and is used to take up CPU requests on the node - - // Dummy pod for node6 used to do the opposite of p19 - - // ### Evictable Pods ### - - // ### Non-evictable Pods ### - testCases := []struct { description string pods []*v1.Pod