skip flaky suite (#60471)

(cherry picked from commit 650943df79)
This commit is contained in:
spalger 2020-03-18 17:41:50 -07:00
parent e29c401f1a
commit 053da122e6

View file

@ -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');