mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skipping test due to ES param change
This commit is contained in:
parent
94470547ae
commit
d05f20decf
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default function(providerContext: FtrProviderContext) {
|
|||
const supertest = getSupertestWithoutAuth(providerContext);
|
||||
let apiKey: { id: string; api_key: string };
|
||||
|
||||
describe('fleet_agents_enroll', () => {
|
||||
describe.skip('fleet_agents_enroll', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('fleet/agents');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue