Skip to content

Commit

Permalink
skip failing es promotion suite (#157511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 12, 2023
1 parent 2cc04e9 commit 30a3730
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const es = getService('es');
const security = getService('security');

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

0 comments on commit 30a3730

Please sign in to comment.