Skip to content

Commit

Permalink
skip flaky suite (#167188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 7, 2023
1 parent bea397e commit 886ac2c
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 () {
// FLAKY: https://github.com/elastic/kibana/issues/167188
describe.skip('EPM - list', async function () {
skipIfNoDockerRegistry(providerContext);

before(async () => {
Expand Down

0 comments on commit 886ac2c

Please sign in to comment.