Skip to content

Commit

Permalink
skip flaky suite (#203179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 13, 2024
1 parent 4c387dd commit 437f8f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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([]);

Expand Down

0 comments on commit 437f8f2

Please sign in to comment.