Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
skip flaky suite (elastic#60471)
Browse files Browse the repository at this point in the history
(cherry picked from commit 650943d)
  • Loading branch information
spalger committed Mar 19, 2020
1 parent e29c401 commit 053da12
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 053da12

Please sign in to comment.