skip flaky suite (#100968)

This commit is contained in:
Tiago Costa 2021-06-28 20:56:05 +01:00
parent 4e20645fee
commit f3a5ff2b98
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -114,7 +114,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
// test starts with deleting space b so we can get the space selection page instead of logging out in the test
it('a11y test for space selection page', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/100968
it.skip('a11y test for space selection page', async () => {
await PageObjects.spaceSelector.confirmDeletingSpace();
await a11y.testAppSnapshot();
await PageObjects.spaceSelector.clickSpaceCard('default');