Merge pull request #1945 from dotnet-maestro-bot/merge/release/2.2-to-master

[automated] Merge branch 'release/2.2' => 'master'
This commit is contained in:
Hao Kung 2018-08-27 15:15:59 -07:00 committed by GitHub
commit ab72b8260a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 Microsoft.AspNetCore.Testing.xunit;
using Xunit;
// Caused OOM test issues with file watcher. See https://github.com/aspnet/Identity/issues/1926
[assembly: CollectionBehavior(DisableTestParallelization = true)]