mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#162545)
This commit is contained in:
parent
e0a120b80b
commit
820c7b9af6
1 changed files with 2 additions and 1 deletions
|
@ -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`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue