mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing version bump suite (#155924)
This commit is contained in:
parent
b3f65f79e5
commit
6ec97802d9
1 changed files with 2 additions and 1 deletions
|
@ -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 VERSION BUMP: https://github.com/elastic/kibana/issues/155924
|
||||
describe.skip('Ingest Pipelines Accessibility', async () => {
|
||||
before(async () => {
|
||||
await putSamplePipeline(esClient);
|
||||
await common.navigateToApp('ingestPipelines');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue