skip failing test suite (#155928)

This commit is contained in:
Kibana Machine 2023-04-27 09:55:54 -04:00
parent 02fefd61f3
commit 075debc686

View file

@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: any) {
const log = getService('log');
const a11y = getService('a11y'); /* this is the wrapping service around axe */
describe('Ingest Pipelines Accessibility', async () => {
// Failing: See https://github.com/elastic/kibana/issues/155928
describe.skip('Ingest Pipelines Accessibility', async () => {
before(async () => {
await putSamplePipeline(esClient);
await common.navigateToApp('ingestPipelines');