Skip to content

Commit

Permalink
add xunit.runner.json & remove DisableTestParallelization = true
Browse files Browse the repository at this point in the history
  • Loading branch information
lvermeulen committed Apr 14, 2019
1 parent 944650f commit 3a7d0dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/Flurl.Http.Xml.Tests/MicrosoftXmlSerializerShould.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
using Flurl.Http.Xml.Tests.Models;
using Xunit;

[assembly: CollectionBehavior(DisableTestParallelization = true)]

namespace Flurl.Http.Xml.Tests
{
public class MicrosoftXmlSerializerShould
Expand Down
3 changes: 3 additions & 0 deletions test/Flurl.Http.Xml.Tests/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parallelizeTestCollections": false
}

0 comments on commit 3a7d0dc

Please sign in to comment.