Skip to content

Commit

Permalink
Disable DirectoryServices test failing lots of PRs (#99773)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored and pull[bot] committed Mar 17, 2024
1 parent 69b56ac commit 1085495
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public static IEnumerable<object[]> Decode_TestData()
}
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/99725")]
[Theory]
[MemberData(nameof(Decode_TestData))]
public void Decode_Bytes_ReturnsExpected(string format, byte[] values, object[] expected)
Expand Down

0 comments on commit 1085495

Please sign in to comment.