Skip to content

Commit

Permalink
skip flaky suite (#178367)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 12, 2024
1 parent 5e09b74 commit 05dc921
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import { postDataView } from '../../../tasks/api_calls/common';

const DATA_VIEW = 'auditbeat-*';

describe('Inspect Explore pages', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/178367
describe.skip('Inspect Explore pages', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
before(() => {
// illegal_argument_exception: unknown setting [index.lifecycle.name]
cy.task('esArchiverLoad', { archiveName: 'risk_users' });
Expand Down

0 comments on commit 05dc921

Please sign in to comment.