skip failing test suite (#167188)

This commit is contained in:
Kibana Machine 2023-09-27 14:17:44 -04:00
parent 7b85eb2137
commit e70181aea5

View file

@ -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 () => {