mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#131611)
This commit is contained in:
parent
3099433056
commit
692c47f616
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ const renderComponent = () =>
|
|||
</TestProviders>
|
||||
);
|
||||
|
||||
describe('HostAlertsTable', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/131611
|
||||
describe.skip('HostAlertsTable', () => {
|
||||
beforeEach(() => {
|
||||
jest.clearAllMocks();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue