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
Next Next commit
Revert active issue removal
  • Loading branch information
Mitchell Hwang committed Aug 2, 2021
commit 146700f7a629faf4b263cb5e601bc07e9ca9da17
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

namespace System.Diagnostics.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/37073", TestPlatforms.Android | TestPlatforms.iOS | TestPlatforms.tvOS)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/37073", TestPlatforms.Android)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/51376", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
public class ActivityTests : IDisposable
{
[Fact]
Expand Down