skip flaky suite (#131611)

This commit is contained in:
spalger 2022-05-05 19:26:49 -05:00
parent 3099433056
commit 692c47f616

View file

@ -47,7 +47,8 @@ const renderComponent = () =>
</TestProviders>
);
describe('HostAlertsTable', () => {
// FLAKY: https://github.com/elastic/kibana/issues/131611
describe.skip('HostAlertsTable', () => {
beforeEach(() => {
jest.clearAllMocks();
});