Skip to content

Commit

Permalink
Prevent parallel execution of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
imperugo committed Jan 20, 2025
1 parent 31531ab commit 8adb6ce
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using Xunit;

[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 comments on commit 8adb6ce

Please sign in to comment.