Skip to content

Commit

Permalink
using xunit.runner.json it's getting on my nerves
Browse files Browse the repository at this point in the history
  • Loading branch information
ggnaegi committed Sep 24, 2023
1 parent c2bbe3c commit 9fac778
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Ocelot.AcceptanceTests/Ocelot.AcceptanceTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<None Remove="xunit.runner.json" />
</ItemGroup>

<ItemGroup>
<None Update="appsettings.product.json">
Expand Down Expand Up @@ -74,4 +77,7 @@
<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions test/Ocelot.AcceptanceTests/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"parallelizeAssembly": false,
"parallelizeTestCollections": false
}

0 comments on commit 9fac778

Please sign in to comment.