Skip to content

Commit

Permalink
skip flaky suite (elastic#169154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 19, 2023
1 parent efc5364 commit 751bf21
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const CURRENT_HOST_RISK_LEVEL = 'Current host risk level';
const ORIGINAL_HOST_RISK_LEVEL = 'Original host risk level';

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

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 751bf21

Please sign in to comment.