Skip to content

Commit

Permalink
skip failing es forward comp 8.8 suite (#126034)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 12, 2023
1 parent c176e65 commit 4f76717
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 8.8 ES Forward Compatibility on 7.17: https://github.com/elastic/kibana/issues/126034
describe.skip('EPM - list', async function () {
skipIfNoDockerRegistry(providerContext);
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/fleet/empty_fleet_server');
Expand Down

0 comments on commit 4f76717

Please sign in to comment.