Skip to content

Commit

Permalink
Remove fleet and agent setup from integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Jul 27, 2021
1 parent 213d954 commit 22b7bcf
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
UpgradePackagePolicyDryRunResponse,
UpgradePackagePolicyResponse,
} from '../../../../plugins/fleet/common';
import { setupFleetAndAgents } from '../agents/services';

export default function (providerContext: FtrProviderContext) {
const { getService } = providerContext;
Expand All @@ -29,8 +28,6 @@ export default function (providerContext: FtrProviderContext) {
await esArchiver.load('x-pack/test/functional/es_archives/fleet/empty_fleet_server');
});

setupFleetAndAgents(providerContext);

describe('when package is installed', function () {
before(async function () {
await supertest
Expand Down

0 comments on commit 22b7bcf

Please sign in to comment.