Skip to content

Commit

Permalink
skip failing es promotion suite (#157512)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 12, 2023
1 parent e753256 commit 003e698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/ingest_node_pipelines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 003e698

Please sign in to comment.