mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#154913)
This commit is contained in:
parent
406fe97016
commit
6259bb9098
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const inspector = getService('inspector');
|
||||
const PageObjects = getPageObjects(['common', 'settings', 'header', 'home', 'maps']);
|
||||
|
||||
describe('Maps app Accessibility', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/154913
|
||||
describe.skip('Maps app Accessibility', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
|
||||
useActualUrl: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue