From d197028acca2afee22682ea1b525d2585ac88ddb Mon Sep 17 00:00:00 2001 From: Michael Nelson Date: Mon, 22 Nov 2021 12:55:06 +1100 Subject: [PATCH] Remove TODO after rebasing on #3795 Signed-off-by: Michael Nelson --- dashboard/src/components/AppView/AppView.test.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dashboard/src/components/AppView/AppView.test.tsx b/dashboard/src/components/AppView/AppView.test.tsx index cc81c0473995..f8c42049da3b 100644 --- a/dashboard/src/components/AppView/AppView.test.tsx +++ b/dashboard/src/components/AppView/AppView.test.tsx @@ -400,14 +400,6 @@ describe("AppView", () => { }); }); - // TODO(minelson): the following features need to be implemented and tested - // in the helm plugin before this PR can land: - // * Implement support for lists (see deleted test) - // * Ensure deplicate labels don't cause error parsing (see deleted test) - it("fails until prequal branch lands with supporting functionality from the dashboard moved to the api server", () => { - expect(false).toBe(true); - }); - it("forwards statefulsets and daemonsets to the application status", () => { const apiResourceRefs = [resourceRefs.statefulset, resourceRefs.daemonset] as APIResourceRef[]; const wrapper = mountWrapper(