Skip to content

Commit

Permalink
disable parallelization via DisableTestParallelization = true (trigge…
Browse files Browse the repository at this point in the history
…rs too many requests in integration tests)
  • Loading branch information
dclipca committed Jan 1, 2025
1 parent ab0891c commit 10cc4ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FakeYouSharp.Tests/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using Xunit;

[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 comments on commit 10cc4ae

Please sign in to comment.