mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#167188)
This commit is contained in:
parent
7b85eb2137
commit
e70181aea5
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue