Skip to content

Commit 15087f7

Browse files
committed
Turn testing back on.
1 parent e20a9bf commit 15087f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/Jenkinsfile_coverage

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ kibanaPipeline(timeoutMinutes: 240) {
1212
]) {
1313
workers.base(name: 'coverage-worker', size: 'l', ramDisk: false, bootstrapped: false) {
1414
catchError {
15-
// kibanaCoverage.runTests()
15+
kibanaCoverage.runTests()
1616
kibanaTeamAssign.load('team_assignment', "### Upload Team Assignment JSON")
17-
// handleIngestion(TIME_STAMP)
17+
handleIngestion(TIME_STAMP)
1818
}
1919
handleFail()
2020
}

0 commit comments

Comments
 (0)