Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 62ee871

Browse files
committed
fix: disable parallelization
Parallel tests results in concurrency on Workbench (add vs reset).
1 parent d4c7f10 commit 62ee871

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Copyright (c) Avanade Inc. All rights reserved.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
3+
4+
using Xunit;
5+
6+
// TODO: remove once Workbench is removed
7+
[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 commit comments

Comments
 (0)