skip flaky suite (#135196)

This commit is contained in:
Tiago Costa 2022-07-12 22:15:24 +01:00
parent 6e012042fa
commit dde4fd5fc9
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -48,7 +48,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await testSubjects.click('alerts-modal-remind-later-button');
});
it('a11y tests for Kibana Overview', async function () {
// FLAKY: https://github.com/elastic/kibana/issues/135196
it.skip('a11y tests for Kibana Overview', async function () {
await clusterOverview.clickKibanaOverview();
await kibanaOverview.isOnOverview();
await a11y.testAppSnapshot();