skip flaky suite (#203179)

This commit is contained in:
Tiago Costa 2024-12-13 00:41:33 +00:00
parent 82f9da1a8e
commit 5d34e71a32
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -1382,7 +1382,8 @@ describe('rules_list with show only capability', () => {
});
});
describe('MaintenanceWindowsMock', () => {
// FLAKY: https://github.com/elastic/kibana/issues/203179
describe.skip('MaintenanceWindowsMock', () => {
beforeEach(() => {
fetchActiveMaintenanceWindowsMock.mockResolvedValue([]);