File tree Expand file tree Collapse file tree
x-pack/test_serverless/api_integration/test_suites/common/alerting Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ export default function ({ getService }: FtrProviderContext) {
3939 const alertingApi = getService ( 'alertingApi' ) ;
4040 let roleAdmin : RoleCredentials ;
4141
42- // Failing: See https://github.com/elastic/kibana/issues/193061
43- describe . skip ( 'Summary actions' , function ( ) {
42+ describe ( 'Summary actions' , function ( ) {
4443 const RULE_TYPE_ID = '.es-query' ;
4544 const ALERT_ACTION_INDEX = 'alert-action-es-query' ;
4645 const ALERT_INDEX = '.alerts-stack.alerts-default' ;
@@ -498,7 +497,7 @@ export default function ({ getService }: FtrProviderContext) {
498497 num : 2 ,
499498 sort : 'asc' ,
500499 retryOptions : {
501- retryCount : 20 ,
500+ retryCount : 40 ,
502501 retryDelay : 10_000 ,
503502 } ,
504503 } ) ;
You can’t perform that action at this time.
0 commit comments