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:
commit
ab72b8260a
|
|
@ -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)]
|
||||
Loading…
Reference in New Issue