Run GameApiTests sequentially, fix web tests

This commit is contained in:
jvyden 2022-08-19 02:33:41 -04:00
parent 2ad98049a3
commit 108bb383fb
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
3 changed files with 4 additions and 6 deletions

View file

@ -0,0 +1,3 @@
using Xunit;
[assembly: CollectionBehavior(DisableTestParallelization = true)]