mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing es promotion suite (#157512)
This commit is contained in:
parent
e75325653c
commit
003e698984
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 ES PROMOTION: https://github.com/elastic/kibana/issues/157512
|
||||
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