Disable Broker tests in Coverity Scan cronjob build

Coverity has trouble analyzing them and they're contributing to
bringing the overall successfully-analyzed-compilation-unit ratio
below the required 85%.
This commit is contained in:
Jon Siwek 2021-04-07 18:30:58 -07:00
parent c9874be22a
commit 25dcf210b1
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
4.1.0-dev.498 | 2021-04-07 18:30:58 -0700
* Disable Broker tests in Coverity Scan cronjob build (Jon Siwek, Corelight)
4.1.0-dev.497 | 2021-04-07 15:54:21 -0700
* GH-1493: Fix build with -DENABLE_MOBILE_IPV6 (Tim Wojtulewicz, Corelight)