Skip to content

Commit

Permalink
Turn testing back on.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Jul 20, 2020
1 parent e20a9bf commit 15087f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 15087f7

Please sign in to comment.