Skip to content

Commit

Permalink
skip flaky suite (#162545)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 25, 2023
1 parent e0a120b commit 820c7b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/fleet_api_integration/apis/agents/reassign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit 820c7b9

Please sign in to comment.