skip flaky suite (#153112)

This commit is contained in:
Tiago Costa 2023-06-29 01:27:42 +01:00
parent bd92c0e1d1
commit 3d4759d9e6
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -17,7 +17,8 @@ export default function getGlobalExecutionKpiTests({ getService }: FtrProviderCo
const retry = getService('retry');
describe('getGlobalExecutionKpi', () => {
// FLAKY: https://github.com/elastic/kibana/issues/153112
describe.skip('getGlobalExecutionKpi', () => {
const objectRemover = new ObjectRemover(supertest);
afterEach(() => objectRemover.removeAll());