diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a51d2642..abdb4010d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Use pipenv for python dependency management. #1091 - Moved unit tests to a dedicated `tests/` directory to improve pytest collection time. #1102 -- Added `--run-performance-tests` flag to BB tests. If this flag is not specified, +- Changed default BB test suite: if `--run-performance-tests` flag is not specified, performance tests are skipped. ### Fixed