Skip to content
Merged
Changes from all commits
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
Skip System.Diagnostics.TextWriterTraceListenerTests.XmlWriterTraceLi…
…stenerTests on iOS/tvOS
  • Loading branch information
MaximLipnin committed Nov 18, 2021
commit caa9da6c8d5bdeca4fc18f5621f3bfe9083ccd45
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