Skip to content

Commit

Permalink
skip failing es promotion suites (#180071)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 4, 2024
1 parent 408b8fc commit 31baa96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/fleet_api_integration/apis/epm/final_pipeline.ts
Expand Up @@ -34,7 +34,8 @@ export default function (providerContext: FtrProviderContext) {
.expect(201);
}

describe('fleet_final_pipeline', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/180071
describe.skip('fleet_final_pipeline', () => {
skipIfNoDockerRegistry(providerContext);
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/fleet/empty_fleet_server');
Expand Down

0 comments on commit 31baa96

Please sign in to comment.