Open
Description
Polling expectations were written under the assumption that there would only ever be 1 test running at a time. While this is true under XCTest, it's no longer the case when running under Swift Testing.
For now, you can work around this by making sure that all Swift Testing tests which use polling expectations are tagged to run on the main actor. This will ensure that they run single-threaded.