e When using XUnit and clicking "Run All" with multiple tests using IClassFixtures, one IClassFixture will fail.
This only appears to happen when multiple PreProcessors have been configured for an endpoint.
To Reproduce:
- Clone, click "Run All" in Test Explorer
- See one test class using
IClassFixturefails. - Comment out or delete the PreProcessors in IndexEndpoint/Endpoint
- Click "Run All" in Test Explorer
- All tests pass.