Skip to content

Commit d1fb4d0

Browse files
committed
Turn off constraints for running tests in parallel
1 parent c14637c commit d1fb4d0

File tree

9 files changed

+0
-48
lines changed

9 files changed

+0
-48
lines changed

test/AnnotationTests/AnnotationTests.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
<LangVersion>latest</LangVersion>
55
</PropertyGroup>
66

7-
<ItemGroup>
8-
<None Update="xunit.runner.json">
9-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
10-
</None>
11-
</ItemGroup>
12-
137
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
148
<Using Remove="System.Net.Http" />
159
</ItemGroup>

test/DiscoveryTests/DiscoveryTests.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
<TargetFramework>$(TargetFrameworkName)</TargetFramework>
44
</PropertyGroup>
55

6-
<ItemGroup>
7-
<None Update="xunit.runner.json">
8-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9-
</None>
10-
</ItemGroup>
11-
126
<ItemGroup>
137
<ProjectReference Include="..\..\src\Examples\JsonApiDotNetCoreExample\JsonApiDotNetCoreExample.csproj" />
148
<ProjectReference Include="..\TestBuildingBlocks\TestBuildingBlocks.csproj" />

test/DiscoveryTests/xunit.runner.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/JsonApiDotNetCoreTests/JsonApiDotNetCoreTests.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
<TargetFramework>$(TargetFrameworkName)</TargetFramework>
44
</PropertyGroup>
55

6-
<ItemGroup>
7-
<None Update="xunit.runner.json">
8-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9-
</None>
10-
</ItemGroup>
11-
126
<ItemGroup>
137
<ProjectReference Include="..\TestBuildingBlocks\TestBuildingBlocks.csproj" />
148
<ProjectReference Include="..\..\src\JsonApiDotNetCore.SourceGenerators\JsonApiDotNetCore.SourceGenerators.csproj" OutputItemType="Analyzer"

test/JsonApiDotNetCoreTests/xunit.runner.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/MultiDbContextTests/MultiDbContextTests.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
<TargetFramework>$(TargetFrameworkName)</TargetFramework>
44
</PropertyGroup>
55

6-
<ItemGroup>
7-
<None Update="xunit.runner.json">
8-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9-
</None>
10-
</ItemGroup>
11-
126
<ItemGroup>
137
<ProjectReference Include="..\..\src\Examples\MultiDbContextExample\MultiDbContextExample.csproj" />
148
<ProjectReference Include="..\TestBuildingBlocks\TestBuildingBlocks.csproj" />

test/MultiDbContextTests/xunit.runner.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/UnitTests/UnitTests.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
<TargetFramework>$(TargetFrameworkName)</TargetFramework>
44
</PropertyGroup>
55

6-
<ItemGroup>
7-
<None Update="xunit.runner.json">
8-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9-
</None>
10-
</ItemGroup>
11-
126
<ItemGroup>
137
<ProjectReference Include="..\TestBuildingBlocks\TestBuildingBlocks.csproj" />
148
</ItemGroup>

test/UnitTests/xunit.runner.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)