Skip to content

Commit

Permalink
Remove TODO after rebasing on #3795
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed Nov 23, 2021
1 parent 7d44679 commit d197028
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dashboard/src/components/AppView/AppView.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d197028

Please sign in to comment.