skip flaky suite (#162545)

This commit is contained in:
Tiago Costa 2023-10-25 18:44:05 +01:00
parent e0a120b80b
commit 820c7b9af6
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -88,7 +88,8 @@ export default function (providerContext: FtrProviderContext) {
});
});
describe('bulk reassign agents', () => {
// FLAKY: https://github.com/elastic/kibana/issues/162545
describe.skip('bulk reassign agents', () => {
it('should allow to reassign multiple agents by id', async () => {
await supertest
.post(`/api/fleet/agents/bulk_reassign`)