skip flaky suite (#205269)

This commit is contained in:
Tiago Costa 2025-01-14 18:00:24 +00:00
parent f047cb33eb
commit 19e415c4a7
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -20,7 +20,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const objectRemover = new ObjectRemover(supertest);
const browser = getService('browser');
describe('Maintenance windows table', function () {
// FLAKY: https://github.com/elastic/kibana/issues/205269
describe.skip('Maintenance windows table', function () {
beforeEach(async () => {
await pageObjects.common.navigateToApp('maintenanceWindows');
});