Add to CHANGELOG.md: Run SQLite3 tests in sequence instead of in parallel.

This commit is contained in:
Michael Stenta 2022-01-11 15:55:45 -05:00
parent 774bfce0a4
commit 12318d642a
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Issue #3256795: Float fields have a null schema](https://www.drupal.org/project/jsonapi_schema/issues/3256795)
- Allow all three database tests to run even when one fails (workaround
for [Issue #3241653](https://www.drupal.org/project/farm/issues/3241653)).
- Run SQLite3 tests in sequence instead of in parallel (another workaround for
[Issue #3241653](https://www.drupal.org/project/farm/issues/3241653)).
### Security