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