Try disabling running tests in parallel to fix DataProtectionProviderTests.System_UsesProvidedDirectoryAndCertificate failures

This commit is contained in:
Pavel Krymets 2016-06-09 14:54:03 -07:00
parent 47d3ffdddc
commit b8b0d3894c
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
// 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.
using Xunit;
// Workaround for DataProtectionProviderTests.System_UsesProvidedDirectoryAndCertificate
// https://github.com/aspnet/DataProtection/issues/160
[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)]