Skip to content

Commit

Permalink
Disable concurrency in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
slang25 committed Nov 21, 2018
1 parent 9d2e55e commit c232693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions JustSaying.UnitTests/CreateMe/WhenCreatingABus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace JustSaying.UnitTests.CreateMe
{
[CollectionDefinition(nameof(WhenCreatingABus), DisableParallelization = true)]
public class WhenCreatingABus
{
private readonly Action<IPublishConfiguration> _config;
Expand Down
1 change: 1 addition & 0 deletions JustSaying.UnitTests/JustSayingFluentlyTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

namespace JustSaying.UnitTests
{
[CollectionDefinition(nameof(JustSayingFluentlyTestBase), DisableParallelization = true)]
public abstract class JustSayingFluentlyTestBase : XAsyncBehaviourTest<JustSaying.JustSayingFluently>
{
protected IPublishConfiguration Configuration;
Expand Down

0 comments on commit c232693

Please sign in to comment.