Fixes leaking tests (#231)

This commit is contained in:
Kamron Batman 2020-09-06 14:16:57 -07:00 committed by GitHub
parent 6df1098e06
commit bbdb561de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 166 additions and 150 deletions

View file

@ -0,0 +1,9 @@
using Xunit;
namespace Server.Tests
{
[CollectionDefinition("Sequential Tests", DisableParallelization = true)]
public class SequentialTestCollectionDefinition
{
}
}