Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: don't compress brokerpaks in integration tests (#1119)
Compression is computationally expensive, and there's no value in doing it during the integration tests as the brokerpak will be immediately expanded after being compressed. So we now specify the --compress=false flag which will mean that the integration tests consume less compute, and might run faster. Co-authored-by: Felisia Martini <[email protected]>
- Loading branch information