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 (#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 #61590.
  • Loading branch information
MaximLipnin committed Nov 19, 2021
1 parent 8cf8872 commit 779c498
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 779c498

Please sign in to comment.