engine
engine copied to clipboard
test: parallel run from root
there was flakiness in the workerthread test when running in parallel in CI
I think I know what's the issue. It does not dispose the env. I add this dispose to my initializer today and noticed that. Maybe that's the issue