Skip to content

Commit

Permalink
Merge branch '8.8' into backport/8.8/pr-155113
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Apr 27, 2023
2 parents 48f70bb + 3b6fb0f commit c1bf2c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const es = getService('es');
const security = getService('security');

describe('Ingest Pipelines', function () {
// Failing: See https://github.com/elastic/kibana/issues/156014
// Failing: See https://github.com/elastic/kibana/issues/118593
// Failing: See https://github.com/elastic/kibana/issues/156015
describe.skip('Ingest Pipelines', function () {
this.tags('smoke');
before(async () => {
await security.testUser.setRoles(['ingest_pipelines_user']);
Expand Down

0 comments on commit c1bf2c1

Please sign in to comment.