VirtoCommerce / vc-storefront

Virto Commerce Storefront - ASP.NET Core 8.0

Home Page:http://virtocommerce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit tests fail

krankenbro opened this issue · comments

On the CI server Unit Tests run:
dotnet vstest "VirtoCommerce.Storefront.Tests\bin\Debug\netcoreapp2.2\VirtoCommerce.Storefront.Tests.dll" /TestCaseFilter:(Category=Unit|Category=CI)
And we get:
image
Full log

The CI build server runs unit tests that only tagged by [Category=Unit or CI] and these tests that you successfully fixed were intended to demonstrate true fail scenarios and excluded from CI.
The issue was fixed by this commit eb433b4
Therefore this Issue can be closed without merging into dev.