mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#156792)
This commit is contained in:
parent
2d995eeb2a
commit
c58ada9d2c
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export default function createGetAlertSummaryTests({ getService }: FtrProviderCo
|
|||
const retry = getService('retry');
|
||||
const alertUtils = new AlertUtils({ space: Spaces.space1, supertestWithoutAuth });
|
||||
|
||||
describe('getAlertSummary', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/156792
|
||||
describe.skip('getAlertSummary', () => {
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
||||
afterEach(() => objectRemover.removeAll());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue