We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032ebf3 commit fe9d42aCopy full SHA for fe9d42a
x-pack/test/ingest_manager_api_integration/apis/agent_policy/agent_policy.ts
@@ -51,9 +51,6 @@ export default function ({ getService }: FtrProviderContext) {
51
before(async () => {
52
await esArchiver.loadIfNeeded('fleet/agents');
53
});
54
- before(async () => {
55
- await supertest.post(`/api/ingest_manager/setup`).set('kbn-xsrf', 'xxx').send();
56
- });
57
after(async () => {
58
await esArchiver.unload('fleet/agents');
59
0 commit comments