Skip to content

Commit 366bff5

Browse files
authored
Restrict Refresh test platforms (#97439)
1 parent 6464456 commit 366bff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/GC/API/Refresh/Refresh.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
5-
<CLRTestPriority>1</CLRTestPriority>
4+
<CLRTestTargetUnsupported Condition="('$(TargetArchitecture)' != 'x64' and '$(TargetArchitecture)' != 'arm64') or '$(TargetsOSX)' == 'true' or '$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
5+
<CLRTestPriority>0</CLRTestPriority>
66
<GCStressIncompatible>true</GCStressIncompatible>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
</PropertyGroup>

0 commit comments

Comments
 (0)