Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/libraries/System.Runtime.Extensions/tests/System/Environme…
…ntTests.cs
  • Loading branch information
akoeplinger authored Nov 19, 2021
commit 8491563b14767632c2e4525e9e48412dbab04f09
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void ProcessPath_Idempotent()
}

[Fact]
[PlatformSpecific(~(TestPlatforms.iOS | TestPlatforms.tvOS))]
[SkipOnPlatform(TestPlatforms.iOS | TestPlatforms.tvOS, "Throws PNSE")]
public void ProcessPath_MatchesExpectedValue()
{
string expectedProcessPath = PlatformDetection.IsBrowser ? null : Process.GetCurrentProcess().MainModule.FileName;
Expand Down