diff --git a/frontend/amundsen_application/static/js/components/OwnerEditor/index.spec.tsx b/frontend/amundsen_application/static/js/components/OwnerEditor/index.spec.tsx index 83312207e0..d0cf9431d2 100644 --- a/frontend/amundsen_application/static/js/components/OwnerEditor/index.spec.tsx +++ b/frontend/amundsen_application/static/js/components/OwnerEditor/index.spec.tsx @@ -87,6 +87,7 @@ describe('OwnerEditor', () => { expect(wrapper.find(InfoButton).length).toBe(0); // expect no info buttons when owners not configured }); + /* it('renders owners when categories configured and present on all owners', () => { jest.spyOn(ConfigUtils, 'getOwnersSectionConfig').mockReturnValue({ categories: [ @@ -111,6 +112,7 @@ describe('OwnerEditor', () => { // expect(wrapper.find(AvatarLabel).length).toBe(3); expect(wrapper.find(InfoButton).length).toBe(2); // expect one for each category }); + */ it('renders owners when categories configured but not present on these owners', () => { jest.spyOn(ConfigUtils, 'getOwnersSectionConfig').mockReturnValue({