skip flaky a11y test

This commit is contained in:
Jonathan Budzenski 2021-04-08 12:39:15 -05:00
parent 5b1ce4d2e3
commit 128ed7f676

View file

@ -34,7 +34,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await a11y.testAppSnapshot();
});
it('a11y test for manage spaces page', async () => {
// flaky
it.skip('a11y test for manage spaces page', async () => {
await PageObjects.spaceSelector.clickManageSpaces();
await PageObjects.header.waitUntilLoadingHasFinished();
await toasts.dismissAllToasts();