Skip to content

Commit 2e12d68

Browse files
author
dragonfly91
committed
Disabling Test Parallelization
1 parent c6a65ee commit 2e12d68

File tree

1 file changed

+2
-0
lines changed
  • src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Test/Properties

1 file changed

+2
-0
lines changed

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
using System.Reflection;
1616
using System.Runtime.CompilerServices;
1717
using System.Runtime.InteropServices;
18+
using Xunit;
1819

1920
// General Information about an assembly is controlled through the following
2021
// set of attributes. Change these attribute values to modify the information
@@ -48,3 +49,4 @@
4849
// [assembly: AssemblyVersion("1.0.*")]
4950
[assembly: AssemblyVersion("1.0.0.0")]
5051
[assembly: AssemblyFileVersion("1.0.0.0")]
52+
[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 commit comments

Comments
 (0)