microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fix/msal-agentic-cache

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/test/Microsoft.Teams.Core.UnitTests/AssemblyInfo.cs

10lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4using 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)]