mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Roll back changes to test linting and unit test gating
This commit is contained in:
parent
02d320de71
commit
8f74bad1c1
@ -107,8 +107,6 @@ class Organization extends Component {
|
||||
isAdminOfThisOrg,
|
||||
} = this.state;
|
||||
|
||||
const foo = 'testing linter';
|
||||
|
||||
const canSeeNotificationsTab =
|
||||
me.is_system_auditor || isNotifAdmin || isAuditorOfThisOrg;
|
||||
const canToggleNotifications =
|
||||
|
||||
@ -213,7 +213,6 @@ describe.only('<Organization />', () => {
|
||||
OrganizationsAPI.readDetail.mockResolvedValue(mockDetails);
|
||||
OrganizationsAPI.read.mockImplementation(getOrganizations);
|
||||
mountWithContexts(<Organization setBreadcrumb={() => {}} me={mockMe} />);
|
||||
expect(1).toBe(2);
|
||||
});
|
||||
|
||||
test('notifications tab shown for admins', async done => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user