skip flaky suite (#128332)

This commit is contained in:
Tiago Costa 2022-03-23 13:40:33 +00:00
parent a17206af7b
commit 2a69f8a36b
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -119,7 +119,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await a11y.testAppSnapshot();
});
it('single cancel modal', async function () {
// FLAKY: https://github.com/elastic/kibana/issues/128332
it.skip('single cancel modal', async function () {
await testSubjects.click('confirmModalCancelButton');
await a11y.testAppSnapshot();
});