skip fleet agent flow tests

This commit is contained in:
Jonathan Budzenski 2020-07-02 12:46:40 -05:00
parent d3c35c7518
commit 0e008e30e9

View file

@ -18,7 +18,7 @@ export default function (providerContext: FtrProviderContext) {
const supertestWithoutAuth = getSupertestWithoutAuth(providerContext);
const esClient = getService('es');
describe('fleet_agent_flow', () => {
describe.skip('fleet_agent_flow', () => {
before(async () => {
await esArchiver.load('empty_kibana');
});