Skip to content

Commit

Permalink
skip flaky suite (#60471)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 19, 2020
1 parent 8c50719 commit 650943d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/fleet/agents/acks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function(providerContext: FtrProviderContext) {
const supertest = getSupertestWithoutAuth(providerContext);
let apiKey: { id: string; api_key: string };

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

Expand Down

0 comments on commit 650943d

Please sign in to comment.