diff --git a/test/e2e/policy_leaderelection_a.yaml b/test/e2e/policy_leaderelection_a.yaml deleted file mode 100644 index 2e7478b75..000000000 --- a/test/e2e/policy_leaderelection_a.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: "descheduler/v1alpha2" -kind: "DeschedulerPolicy" -profiles: - - name: ProfileName - pluginConfig: - - name: "PodLifeTime" - args: - maxPodLifeTimeSeconds: 5 - namespaces: - include: - - "e2e-testleaderelection-a" - plugins: - deschedule: - enabled: - - "PodLifeTime" diff --git a/test/e2e/policy_leaderelection_b.yaml b/test/e2e/policy_leaderelection_b.yaml deleted file mode 100644 index 58d1ccac8..000000000 --- a/test/e2e/policy_leaderelection_b.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: "descheduler/v1alpha2" -kind: "DeschedulerPolicy" -profiles: - - name: ProfileName - pluginConfig: - - name: "PodLifeTime" - args: - maxPodLifeTimeSeconds: 5 - namespaces: - include: - - "e2e-testleaderelection-b" - plugins: - deschedule: - enabled: - - "PodLifeTime"