From 3a25c2d7484515d056547a7c805e19b8bb49aa2b Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Fri, 30 Apr 2021 09:38:45 +0300 Subject: [PATCH] Improved --run-performance-tests flag entry on CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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