Skip to content

Commit

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

describe('sendUpgradeAgentsActions (plural)', () => {
// FLAKY: https://github.com/elastic/kibana/issues/171052
describe.skip('sendUpgradeAgentsActions (plural)', () => {
beforeEach(async () => {
appContextService.start(createAppContextStartContractMock());
});
Expand Down

0 comments on commit abef927

Please sign in to comment.