Skip to content

Commit

Permalink
skip flaky suite (#169154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 30, 2023
1 parent 1c9d15b commit 019f82b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ import { enableRiskEngine } from '../../tasks/entity_analytics';
const CURRENT_HOST_RISK_LEVEL = 'Current host risk level';
const ORIGINAL_HOST_RISK_LEVEL = 'Original host risk level';

describe('Enrichment', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/169154
describe.skip('Enrichment', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
cleanKibana();
cy.task('esArchiverUnload', 'risk_scores_new');
Expand All @@ -49,8 +50,7 @@ describe('Enrichment', { tags: ['@ess', '@serverless'] }, () => {
});

describe('Custom query rule', () => {
// FLAKY: https://github.com/elastic/kibana/issues/169154
describe.skip('from legacy risk scores', () => {
describe('from legacy risk scores', () => {
beforeEach(() => {
disableExpandableFlyout();
cy.task('esArchiverLoad', { archiveName: 'risk_hosts' });
Expand Down

0 comments on commit 019f82b

Please sign in to comment.