Skip to content

Commit 150599c

Browse files
authored
Reenable tests on arm queues (#39821)
1 parent d4e70bd commit 150599c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
5-
<!-- Test asset publishing not working on arm64 https://github.com/dotnet/aspnetcore/issues/11205 -->
6-
<SkipHelixArm>true</SkipHelixArm>
7-
</PropertyGroup>
5+
</PropertyGroup>
86

97
<ItemGroup>
10-
118
<Compile Include="..\..\Extensions.Core\src\Base32.cs" Link="Infrastructure\Base32.cs" />
129
<Compile Include="..\..\Extensions.Core\src\Rfc6238AuthenticationService.cs" Link="Infrastructure\Rfc6238AuthenticationService.cs" />
1310
<Compile Include="..\..\UI\src\UIFramework.cs" Link="Infrastructure\UIFramework.cs" />

src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
55
<IsSampleProject>false</IsSampleProject>
66
<PlatformTarget>AnyCPU</PlatformTarget>
7-
<!-- Test asset publishing not working on arm64 https://github.com/dotnet/aspnetcore/issues/11205 -->
8-
<SkipHelixArm>true</SkipHelixArm>
97
</PropertyGroup>
108

119
<Import Project="$(MvcTestingTargets)" Condition="'$(MvcTestingTargets)' != ''" />

0 commit comments

Comments
 (0)