Skip to content

Commit 79faf40

Browse files
DIsable testing TFMs in parallel
Otherwise Playwright might race with itself to install browsers.
1 parent f58ceff commit 79faf40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<OutputType>Exe</OutputType>
77
<SignAssembly>true</SignAssembly>
88
<TargetFrameworks>$(DefaultTargetFrameworks)</TargetFrameworks>
9+
<TestTfmsInParallel>false</TestTfmsInParallel>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)