mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#155928)
This commit is contained in:
parent
1b64cfa641
commit
2cefa66db6
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ export default function ({ getService, getPageObjects }: any) {
|
|||
const a11y = getService('a11y'); /* this is the wrapping service around axe */
|
||||
|
||||
// FAILING VERSION BUMP: https://github.com/elastic/kibana/issues/155924
|
||||
// Failing: See https://github.com/elastic/kibana/issues/155928
|
||||
describe.skip('Ingest Pipelines Accessibility', async () => {
|
||||
before(async () => {
|
||||
await putSamplePipeline(esClient);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue