Skip to content

Commit

Permalink
skip flaky suite (#163203)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 15, 2023
1 parent 7e90759 commit 46322ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/fleet_api_integration/apis/epm/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export default function (providerContext: FtrProviderContext) {
'../fixtures/direct_upload_packages/apache_0.1.4.zip'
);

describe('EPM - get', () => {
// FLAKY: https://github.com/elastic/kibana/issues/163203
describe.skip('EPM - get', () => {
skipIfNoDockerRegistry(providerContext);
setupFleetAndAgents(providerContext);

Expand Down

0 comments on commit 46322ce

Please sign in to comment.