Skip to content

Commit

Permalink
skip fleet agent flow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jul 2, 2020
1 parent d3c35c7 commit 0e008e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/fleet/agent_flow.ts
Original file line number Diff line number Diff line change
@@ -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');
});

0 comments on commit 0e008e3

Please sign in to comment.