ordercloud-api / ordercloud-dotnet-catalyst

A foundational library for OrderCloud integrations and server-side projects in .NET
Apache License 2.0
9 stars 15 forks source link

3 test cases fails in ordercloud_error_should_be_forwarded test if run them in parallel #53

Closed smitbmx closed 2 years ago

smitbmx commented 2 years ago

Current behavior: The mentioned test fails if to "Run all tests from solution", but if run independently/sequentially it's passed. image

Expected behavior: Can run all the tests in 1 run without the failing test cases.