Skip to content

Commit

Permalink
skip failing test suite (#155928)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Apr 27, 2023
1 parent 02fefd6 commit 075debc
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: See https://github.com/elastic/kibana/issues/155928
describe.skip('Ingest Pipelines Accessibility', async () => {
before(async () => {
await putSamplePipeline(esClient);
await common.navigateToApp('ingestPipelines');
Expand Down

0 comments on commit 075debc

Please sign in to comment.