mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#205269)
This commit is contained in:
parent
f047cb33eb
commit
19e415c4a7
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue