mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skipping flaky tests (#143700)
This commit is contained in:
parent
c8a0376eaf
commit
9b2708cd45
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ describe('SuggestUsersPopover', () => {
|
|||
};
|
||||
});
|
||||
|
||||
it('calls onUsersChange when 1 user is selected', async () => {
|
||||
it.skip('calls onUsersChange when 1 user is selected', async () => {
|
||||
const onUsersChange = jest.fn();
|
||||
const props = { ...defaultProps, onUsersChange };
|
||||
appMockRender.render(<SuggestUsersPopover {...props} />);
|
||||
|
@ -182,7 +182,7 @@ describe('SuggestUsersPopover', () => {
|
|||
expect(screen.getByText('1 assigned')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
it('shows the 1 assigned total after clicking on a user', async () => {
|
||||
it.skip('shows the 1 assigned total after clicking on a user', async () => {
|
||||
appMockRender.render(<SuggestUsersPopover {...defaultProps} />);
|
||||
|
||||
await waitForEuiPopoverOpen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue