skip failing suite (#216474)

This commit is contained in:
Alex Szabo 2025-04-04 18:49:49 +02:00 committed by Tiago Costa
parent 2ccc49df11
commit 206ae40e23
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -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();
});