7 lines
218 B
C#
7 lines
218 B
C#
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT License.
|
|
|
|
using Xunit;
|
|
|
|
// Disable test parallelization to avoid port reuse issues
|
|
[assembly: CollectionBehavior(DisableTestParallelization = true)]
|