Closed
Description
Some tests in flutter_desktop_darwin_unittests
uses global states, results them not suitable for running parallelly.
See: #104748
Using global states for tests are usually not a good idea as it makes tests hard to maintain.
Maybe we can update the how the tests are set up to make them self contained?