As part of dart-archive/ffigen#491, we discovered that some tests could fail with default concurrency of 5, but when run individually or with --concurrency=1 they passed.
We thus added --concurrency=1 to the tests and opted to follow up with solving the thread safety in this issue.