mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#191914)
This commit is contained in:
parent
d18c833e0d
commit
ff630fdc37
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ const loginWithoutAccess = (url: string) => {
|
|||
loadPage(url);
|
||||
};
|
||||
|
||||
describe('Artifacts pages', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/191914
|
||||
describe.skip('Artifacts pages', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
|
||||
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts> | undefined;
|
||||
|
||||
before(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue