Make website integration tests run in serial

This commit is contained in:
Slendy 2023-06-18 18:43:02 -05:00
parent e5cfeb1e39
commit a806c1a61d
No known key found for this signature in database
GPG key ID: 7288D68361B91428

View file

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