Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(swingset): force flaky GC test to use XS only
Sometimes, for reasons we don't entirely understand, Node.js doesn't garbage-collect objects when we tell it to, and we get flaky GC-checking tests. This applies our usual fix, which is to only run those tests under XS. It also stops attempting to use `test.serial` as a workaround. refs #3240 refs #5575 fixes #9089
- Loading branch information