You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix that flutter test does not understand concurrency (#125942)
Closeflutter/flutter#125940
I will add tests if this PR looks roughly OK :)
The fix mainly mimics flutter/flutter#115160 - just remove the default argument.
p.s. I ran into this bug when wanting to set concurrency in my dart_test.yaml for one set of my tests which I need to be executed without parallalization.
0 commit comments