Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 843c5e5

Browse files
author
Anton Vorontsov
committed
Sequential tests.
1 parent 1920352 commit 843c5e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/RabbitMQ.Client.Core.DependencyInjection.Tests/UnitTests/BaseBatchMessageHandlerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
namespace RabbitMQ.Client.Core.DependencyInjection.Tests.UnitTests
1616
{
17+
[Collection("Sequential tests")]
1718
public class BaseBatchMessageHandlerTests
1819
{
1920
readonly TimeSpan _globalTestsTimeout = TimeSpan.FromSeconds(60);

tests/RabbitMQ.Client.Core.DependencyInjection.Tests/UnitTests/BatchMessageHandlerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
namespace RabbitMQ.Client.Core.DependencyInjection.Tests.UnitTests
1616
{
17+
[Collection("Sequential tests")]
1718
public class BatchMessageHandlerTests
1819
{
1920
readonly TimeSpan _globalTestsTimeout = TimeSpan.FromSeconds(60);

0 commit comments

Comments
 (0)