Skip to content

Commit

Permalink
skip failing test suite (#167188)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 27, 2023
1 parent 7b85eb2 commit e70181a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/fleet_api_integration/apis/epm/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function (providerContext: FtrProviderContext) {
// because `this` has to point to the Mocha context
// see https://mochajs.org/#arrow-functions

describe('EPM - list', async function () {
// Failing: See https://github.com/elastic/kibana/issues/167188
describe.skip('EPM - list', async function () {
skipIfNoDockerRegistry(providerContext);

before(async () => {
Expand Down

0 comments on commit e70181a

Please sign in to comment.