Skip to content

Commit

Permalink
skip failing es promotion suite (#87166)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 4, 2021
1 parent 77d03ee commit 4c3c2ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/fleet_api_integration/apis/agents/unenroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function (providerContext: FtrProviderContext) {
const supertest = getService('supertest');
const esClient = getService('es');

describe('fleet_unenroll_agent', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/87166
describe.skip('fleet_unenroll_agent', () => {
skipIfNoDockerRegistry(providerContext);
let accessAPIKeyId: string;
let outputAPIKeyId: string;
Expand Down

0 comments on commit 4c3c2ac

Please sign in to comment.