Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b54ead1

Browse files
committed
Fix pipe tests by running as x86
These tests are failing with the latest build tools update which switches tests to run as x64. I've moved the tests back to x86 temporarily until they are fixed. https://github.com/dotnet/corefx/issues/2818
1 parent 0cc8949 commit b54ead1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<AssemblyName>System.IO.Pipes.Tests</AssemblyName>
1111
<ProjectGuid>{142469EC-D665-4FE2-845A-FDA69F9CC557}</ProjectGuid>
1212
<NuGetPackageImportStamp>d2615b94</NuGetPackageImportStamp>
13+
<!-- Temporary workaround until tests are fixed on x64 -->
14+
<TestArchitecture>x86</TestArchitecture>
1315
</PropertyGroup>
1416
<!-- Default configurations to help VS understand the configurations -->
1517
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)