Skip to content

Commit

Permalink
skip flaky suite (#64696)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 17, 2020
1 parent 5c0743e commit 55da30d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/fleet/unenroll_agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function (providerContext: FtrProviderContext) {
const supertest = getService('supertest');
const esClient = getService('es');

describe('fleet_unenroll_agent', () => {
// FLAKY: https://github.com/elastic/kibana/issues/64696
describe.skip('fleet_unenroll_agent', () => {
let accessAPIKeyId: string;
let outputAPIKeyId: string;
before(async () => {
Expand Down

0 comments on commit 55da30d

Please sign in to comment.