microsoft/teams.net
Publicmirrored fromhttps://github.com/microsoft/teams.netAvailable
core/test/Microsoft.Teams.Core.UnitTests/AssemblyInfo.cs
10lines · modecode
| 1 | // Copyright (c) Microsoft Corporation. |
| 2 | // Licensed under the MIT License. |
| 3 | |
| 4 | using Xunit; |
| 5 | |
| 6 | // Tests in this assembly use process-global state (System.Diagnostics.ActivitySource listeners, |
| 7 | // System.Diagnostics.Metrics.Meter listeners, OpenTelemetry.Baggage.Current). Running them in |
| 8 | // parallel causes captures from one test to observe spans/metrics started in another. Disabling |
| 9 | // parallelization keeps the captures isolated. |
| 10 | [assembly: CollectionBehavior(DisableTestParallelization = true)] |