skip flaky suite (#100968)

This commit is contained in:
Tiago Costa 2022-03-21 13:38:48 +00:00
parent ce0710efd2
commit 93116d0990
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const retry = getService('retry');
const toasts = getService('toasts');
describe('Kibana spaces page meets a11y validations', () => {
// FLAKY: https://github.com/elastic/kibana/issues/100968
describe.skip('Kibana spaces page meets a11y validations', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
await PageObjects.common.navigateToApp('home');