skip flaky suite (#220281)

This commit is contained in:
Tiago Costa 2025-05-22 02:48:37 +01:00
parent a7bd820962
commit ddb98d3656
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -26,7 +26,8 @@ export default function maintenanceWindowFlowsTests({ getService }: FtrProviderC
const supertest = getService('supertest');
const retry = getService('retry');
describe('maintenanceWindowFlows', () => {
// FLAKY: https://github.com/elastic/kibana/issues/220281
describe.skip('maintenanceWindowFlows', () => {
const objectRemover = new ObjectRemover(supertestWithoutAuth);
afterEach(async () => {