File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
System.Runtime.Extensions/tests/System Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ public void ReflectionOnlyGetAssemblies()
379379 }
380380
381381 [ Fact ]
382- [ SkipOnPlatform ( TestPlatforms . Browser , "Throws PNSE" ) ]
382+ [ SkipOnPlatform ( TestPlatforms . Browser | TestPlatforms . iOS | TestPlatforms . tvOS , "Throws PNSE" ) ]
383383 public void MonitoringIsEnabled ( )
384384 {
385385 Assert . True ( AppDomain . MonitoringIsEnabled ) ;
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ public void ProcessPath_Idempotent()
9696 }
9797
9898 [ Fact ]
99+ [ SkipOnPlatform ( TestPlatforms . iOS | TestPlatforms . tvOS , "Throws PNSE" ) ]
99100 public void ProcessPath_MatchesExpectedValue ( )
100101 {
101102 string expectedProcessPath = PlatformDetection . IsBrowser ? null : Process . GetCurrentProcess ( ) . MainModule . FileName ;
Original file line number Diff line number Diff line change 147147 <ProjectExclusions Include =" $(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\AOT\Android.Device_Emulator.Aot.Test.csproj" />
148148 </ItemGroup >
149149
150+ <ItemGroup Condition =" '$(TargetOS)' == 'iOSSimulator' and '$(TargetArchitecture)' == 'arm64' and '$(RunDisablediOSTests)' != 'true'" >
151+ <!-- Functional tests on arm64 simulator have problems with return codes from mlaunch -->
152+ <ProjectExclusions Include =" $(RepoRoot)\src\tests\FunctionalTests\$(TargetOS)\Simulator\**\*.Test.csproj" />
153+ </ItemGroup >
154+
150155 <ItemGroup Condition =" '$(TargetOS)' == 'MacCatalyst'" >
151156 <ProjectExclusions Include =" $(RepoRoot)/src/tests/FunctionalTests/iOS/Simulator/XmlFormatWriterGeneratorAOT/iOS.Simulator.XmlFormatWriterGeneratorAot.Test.csproj" />
152157 </ItemGroup >
You can’t perform that action at this time.
0 commit comments