mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#199563)
This commit is contained in:
parent
63d1f7474b
commit
7eb7ab4739
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ import { mockRiskEngineEnabled } from '../../../tasks/entity_analytics';
|
|||
|
||||
const DATA_VIEW = 'auditbeat-*';
|
||||
|
||||
describe('Inspect Explore pages', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/199563
|
||||
describe.skip('Inspect Explore pages', { tags: ['@ess', '@serverless'] }, () => {
|
||||
beforeEach(() => {
|
||||
// illegal_argument_exception: unknown setting [index.lifecycle.name]
|
||||
cy.task('esArchiverLoad', { archiveName: 'risk_scores_new' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue