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