skip failing test suite (#147667)

This commit is contained in:
Kibana Machine 2022-12-20 12:38:38 -05:00
parent 3b38da4e57
commit c38aa618c5

View file

@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const toasts = getService('toasts');
const inspector = getService('inspector');
describe('Dashboard panel options a11y tests', () => {
// Failing: See https://github.com/elastic/kibana/issues/147667
describe.skip('Dashboard panel options a11y tests', () => {
let header: WebElementWrapper;
before(async () => {
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {