mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#152938)
This commit is contained in:
parent
5ab7d464f2
commit
a6a03feb06
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
return (await targetElement._webElement.getId()) === (await activeElement._webElement.getId());
|
||||
};
|
||||
|
||||
describe('discover accessibility', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/152938
|
||||
describe.skip('discover accessibility', () => {
|
||||
before(async () => {
|
||||
log.debug('load kibana index with default index pattern');
|
||||
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue