mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
disable Github error reporter in 6.8
This commit is contained in:
parent
fdc9392f7a
commit
da906e7e25
1 changed files with 4 additions and 3 deletions
|
@ -38,9 +38,10 @@ def withWorkers(name, preWorkerClosure = {}, workerClosures = [:]) {
|
|||
publishJunit()
|
||||
}
|
||||
|
||||
catchError {
|
||||
runErrorReporter()
|
||||
}
|
||||
// disabled in 6.8
|
||||
// catchError {
|
||||
// runErrorReporter()
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue