Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): disable parallel testing for code that have a race condition
This is expected due to the way the test is setup. Rather than make the test be race-condition-safe, I disable it for this test. The race condition stems from the testing setup, not from the underlying code.
- Loading branch information