diff --git a/.ci/Jenkinsfile_coverage b/.ci/Jenkinsfile_coverage index faccdbd6578b9..ebb9c3dc86dd2 100644 --- a/.ci/Jenkinsfile_coverage +++ b/.ci/Jenkinsfile_coverage @@ -12,9 +12,9 @@ kibanaPipeline(timeoutMinutes: 240) { ]) { workers.base(name: 'coverage-worker', size: 'l', ramDisk: false, bootstrapped: false) { catchError { -// kibanaCoverage.runTests() + kibanaCoverage.runTests() kibanaTeamAssign.load('team_assignment', "### Upload Team Assignment JSON") -// handleIngestion(TIME_STAMP) + handleIngestion(TIME_STAMP) } handleFail() }