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
I was testing #3495 with the undici repo and in node 18 and 20 the test passed. but in node 22 the test failed, by pointing to the core version of undici. Of course the global dispatcher should be globally active. But in this case it actually could mean, that we wont see regressions because we use the global dispatcher of core and not the dispatcher from our package/ repo.
We need to ensure, that our tests not use the globaldipsatcher from core.