Fixes leaking tests (#231)
This commit is contained in:
parent
6df1098e06
commit
bbdb561de8
4 changed files with 166 additions and 150 deletions
|
|
@ -0,0 +1,9 @@
|
|||
using Xunit;
|
||||
|
||||
namespace Server.Tests
|
||||
{
|
||||
[CollectionDefinition("Sequential Tests", DisableParallelization = true)]
|
||||
public class SequentialTestCollectionDefinition
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue