Skip to content

Commit

Permalink
Skip System.Diagnostics.TextWriterTraceListenerTests.XmlWriterTraceLi…
Browse files Browse the repository at this point in the history
…stenerTests on iOS/tvOS (dotnet#61807)

This marks System.Diagnostics.TextWriterTraceListenerTests.XmlWriterTraceListenerTests withSkipOnPlatform attribute for iOS/tvOS as those tests try to create a process info, which throws PNSE after S.D.Process API's around libproc have been excluded in dotnet#61590.
  • Loading branch information
MaximLipnin committed Dec 1, 2021
1 parent 6ffd88e commit 895d732
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

namespace System.Diagnostics.TextWriterTraceListenerTests
{
[SkipOnPlatform(TestPlatforms.iOS | TestPlatforms.tvOS, "libproc is not supported on iOS/tvOS")]
public class XmlWriterTraceListenerTests : FileCleanupTestBase
{
private readonly string _processName;
Expand Down

0 comments on commit 895d732

Please sign in to comment.