Disable tests in parallel

This commit is contained in:
Nate McMaster 2017-10-12 17:24:37 -07:00
parent 5541615008
commit a4ba5a1cb1
2 changed files with 6 additions and 2 deletions

View File

@ -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)]