Why does my C# API integration test only run in Release mode and not in Debug mode?
I have a C# test project with an API integration test that only runs successfully when the Configuration Manager is set to “Release” and I execute the test in Release mode. The test fails to run in Debug mode. ( simply skip tests without any reason (1. picture) ).