Skip to content

Commit

Permalink
Disable System.Collections.Tests.ComparersGenericTests.EqualityCompar…
Browse files Browse the repository at this point in the history
…er_SerializationRoundtrip test for uap as well (dotnet#21021)
  • Loading branch information
safern authored and danmoseley committed Jun 14, 2017
1 parent 1476c2e commit edffe9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace System.Collections.Generic.Tests
public abstract partial class ComparersGenericTests<T>
{
[Fact]
[ActiveIssue(20888, TargetFrameworkMonikers.UapAot)]
[ActiveIssue(20888, TargetFrameworkMonikers.Uap)]
public void EqualityComparer_SerializationRoundtrip()
{
var bf = new BinaryFormatter();
Expand Down

0 comments on commit edffe9b

Please sign in to comment.