Skip to content

Commit fde31a6

Browse files
Run async testing on x86
The fix presumably merged in #121941.
1 parent 7baffba commit fde31a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tests/async/Directory.Build.targets

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<!-- https://github.com/dotnet/runtime/issues/121872 -->
9-
<DisableProjectBuild Condition="'$(TestBuildMode)' == 'nativeaot' and '$(TargetArchitecture)' == 'x86'">true</DisableProjectBuild>
10-
118
<!-- https://github.com/dotnet/runtime/issues/121878 -->
129
<DisableProjectBuild Condition="'$(TestBuildMode)' == 'nativeaot' and '$(TargetArchitecture)' == 'arm64'">true</DisableProjectBuild>
1310
</PropertyGroup>

0 commit comments

Comments
 (0)