mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
skip flaky suite (#220281)
This commit is contained in:
parent
a7bd820962
commit
ddb98d3656
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export default function maintenanceWindowFlowsTests({ getService }: FtrProviderC
|
||||||
const supertest = getService('supertest');
|
const supertest = getService('supertest');
|
||||||
const retry = getService('retry');
|
const retry = getService('retry');
|
||||||
|
|
||||||
describe('maintenanceWindowFlows', () => {
|
// FLAKY: https://github.com/elastic/kibana/issues/220281
|
||||||
|
describe.skip('maintenanceWindowFlows', () => {
|
||||||
const objectRemover = new ObjectRemover(supertestWithoutAuth);
|
const objectRemover = new ObjectRemover(supertestWithoutAuth);
|
||||||
|
|
||||||
afterEach(async () => {
|
afterEach(async () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue