Skip to content

Commit

Permalink
skip flaky suite (#60865)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 17, 2020
1 parent 9296369 commit 138c041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/fleet/agents/enroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function (providerContext: FtrProviderContext) {
let apiKey: { id: string; api_key: string };
let kibanaVersion: string;

describe('fleet_agents_enroll', () => {
// Flaky: https://github.com/elastic/kibana/issues/60865
describe.skip('fleet_agents_enroll', () => {
before(async () => {
await esArchiver.loadIfNeeded('fleet/agents');

Expand Down

0 comments on commit 138c041

Please sign in to comment.