We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1b640 commit 847d2eeCopy full SHA for 847d2ee
test/PowerShellEditorServices.Test/AssemblyInfo.cs
@@ -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