regres => yes

This commit is contained in:
Paul Schneider 2021-01-02 03:12:43 +00:00
commit 6965778b04
4 changed files with 11 additions and 17 deletions

View file

@ -28,7 +28,7 @@ namespace test
[Collection("Yavsc mandatory success story")]
[Trait("regres", "no")]
[Trait("regres", "yes")]
public class BatchTests: BaseTestContext, IClassFixture<ServerSideFixture>, IDisposable
{
ServerSideFixture _fixture;