mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing suite (#216474)
This commit is contained in:
parent
2ccc49df11
commit
206ae40e23
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ const mockUserProfiles = [
|
|||
{ uid: 'user-id-1', enabled: true, user: { username: 'user1', full_name: 'User 1' }, data: {} },
|
||||
];
|
||||
|
||||
describe('<AlertStatus />', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/216474
|
||||
describe.skip('<AlertStatus />', () => {
|
||||
beforeEach(() => {
|
||||
jest.clearAllMocks();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue