mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#100968)
This commit is contained in:
parent
ce0710efd2
commit
93116d0990
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue