Disabled in #53197 (comment):
System.IO.MemoryMappedFiles.Tests.MemoryMappedViewAccessorTests.ValidAccessLevelCombinations
System.IO.MemoryMappedFiles.Tests.MemoryMappedViewStreamTests.ValidAccessLevelCombinations
Probably unrelated to #49104 (which has PlatformDetection.IsMacOsAppleSilicon applied - so maybe we need IsMacOsCatalystAppleSilicon, too), because most of the other tests are passing. Just the ones that are trying various permissions.
In particular the ReadWriteExecute permissions tests aren't likely to work (because of the W^X prohibition on silicon).