Skip to content

Commit

Permalink
skip flaky suite (#205269)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 14, 2025
1 parent f047cb3 commit 19e415c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit 19e415c

Please sign in to comment.