Skip to content

Commit 847d2ee

Browse files
committed
Disable test parallelization in PowerShellEditorServices.Test project
More test instability, I think xUnit's parallelization must have become more aggressive in 2.2.
1 parent 6d1b640 commit 847d2ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//
2+
// Copyright (c) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
//
5+
6+
using Xunit;
7+
8+
// Disable test parallelization to avoid port reuse issues
9+
[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 commit comments

Comments
 (0)