Skip to content

Commit bfbc9c1

Browse files
committed
Disable test on helix arm
1 parent ea665e0 commit bfbc9c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Framework/test/Microsoft.AspNetCore.App.UnitTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<!-- https://github.com/dotnet/aspnetcore/issues/7939: This unit test requires the shared framework be available in Helix. -->
77
<BuildHelixPayload>false</BuildHelixPayload>
88
<VerifyAncmBinary Condition="'$(TargetOsName)' == 'win' AND '$(TargetArchitecture)' != 'arm'">true</VerifyAncmBinary>
9+
<TestDependsOnAspNetRuntime>true</TestDependsOnAspNetRuntime>
10+
<TestDependsOnAspNetRef>true</TestDependsOnAspNetRef>
11+
<SkipHelixArm>true</SkipHelixArm>
912
</PropertyGroup>
1013

1114
<ItemGroup>

0 commit comments

Comments
 (0)