Skip to content

Commit

Permalink
[Security Solution] Unskipping `x-pack/test/security_solution_cypress…
Browse files Browse the repository at this point in the history
…/cypress/e2e/explore/host_details/` working tests on serverless (#169473)
  • Loading branch information
MadameSheema authored Oct 24, 2023
1 parent 81c801d commit 52b9445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { ALERTS_COUNT, ALERT_GRID_CELL } from '../../../screens/alerts';
import { RISK_INFORMATION_FLYOUT_HEADER } from '../../../screens/entity_analytics';
import { navigateToHostRiskDetailTab } from '../../../tasks/host_risk';

describe('risk tab', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('risk tab', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/169033
// FLAKY: https://github.com/elastic/kibana/issues/169034
describe.skip('with legacy risk score', () => {
Expand Down Expand Up @@ -62,7 +62,7 @@ describe('risk tab', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, (
before(() => {
cleanKibana();
cy.task('esArchiverLoad', { archiveName: 'risk_scores_new' });
cy.task('esArchiverLoad', { archiveName: 'query_alert' });
cy.task('esArchiverLoad', { archiveName: 'query_alert', useCreate: true, docsOnly: true });
login();
enableRiskEngine();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7887,10 +7887,6 @@
"index": {
"auto_expand_replicas": "0-1",
"hidden": "true",
"lifecycle": {
"name": ".alerts-ilm-policy",
"rollover_alias": ".alerts-security.alerts-default"
},
"mapping": {
"total_fields": {
"limit": "2500"
Expand Down

0 comments on commit 52b9445

Please sign in to comment.