You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,7 +73,7 @@ public void MemoryDiagnoserIsAccurate(IToolchain toolchain)
70
73
});
71
74
}
72
75
73
-
[FactEnvSpecific("We don't want to test NativeAOT twice (for .NET Framework 4.6.2 and .NET 7.0)",EnvRequirement.DotNetCoreOnly)]
76
+
[FactEnvSpecific("We don't want to test NativeAOT twice (for .NET Framework 4.6.2 and .NET 8.0)",EnvRequirement.DotNetCoreOnly,Skip=AllocatingSkipReason)]
74
77
publicvoidMemoryDiagnoserSupportsNativeAOT()
75
78
{
76
79
if(RuntimeInformation.IsMacOS())
@@ -79,7 +82,7 @@ public void MemoryDiagnoserSupportsNativeAOT()
[FactEnvSpecific("We don't want to test MonoVM twice (for .NET Framework 4.6.2 and .NET 8.0)",EnvRequirement.DotNetCoreOnly)]
85
+
[FactEnvSpecific("We don't want to test MonoVM twice (for .NET Framework 4.6.2 and .NET 8.0)",EnvRequirement.DotNetCoreOnly,Skip=AllocatingSkipReason)]
83
86
publicvoidMemoryDiagnoserSupportsModernMono()
84
87
{
85
88
MemoryDiagnoserIsAccurate(MonoToolchain.Mono80);
@@ -207,7 +210,7 @@ public void WithOperationsPerInvoke()
0 commit comments