Skip to content

Commit

Permalink
skip flaky suite (#171541)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 29, 2023
1 parent 9ddddb0 commit 9457579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/fleet/server/services/agents/crud.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ describe('Agents CRUD test', () => {
});
});

describe('getAgentsByKuery', () => {
// FLAKY: https://github.com/elastic/kibana/issues/171541
describe.skip('getAgentsByKuery', () => {
it('should return upgradeable on first page', async () => {
searchMock
.mockImplementationOnce(() => Promise.resolve(getEsResponse(['1', '2', '3', '4', '5'], 7)))
Expand Down

0 comments on commit 9457579

Please sign in to comment.