mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
e29c401f1a
commit
053da122e6
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export default function(providerContext: FtrProviderContext) {
|
|||
const supertest = getSupertestWithoutAuth(providerContext);
|
||||
let apiKey: { id: string; api_key: string };
|
||||
|
||||
describe('fleet_agents_acks', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/60471
|
||||
describe.skip('fleet_agents_acks', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('fleet/agents');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue