Disable tests in parallel
This commit is contained in:
parent
5541615008
commit
a4ba5a1cb1
|
|
@ -0,0 +1,4 @@
|
||||||
|
// Copyright (c) .NET Foundation. All rights reserved.
|
||||||
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||||
|
|
||||||
|
[assembly: Xunit.CollectionBehavior(DisableTestParallelization = true)]
|
||||||
Loading…
Reference in New Issue