mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#203179)
This commit is contained in:
parent
82f9da1a8e
commit
5d34e71a32
1 changed files with 2 additions and 1 deletions
|
@ -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([]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue