Skip to content

Commit

Permalink
skip flaky suite (elastic#203179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Jan 10, 2025
1 parent a92633f commit 6cdb82f
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 6cdb82f

Please sign in to comment.