diff --git a/src/libraries/System.DirectoryServices.Protocols/tests/BerConverterTests.cs b/src/libraries/System.DirectoryServices.Protocols/tests/BerConverterTests.cs index bbfcd1051776a9..cb6117cbf9361a 100644 --- a/src/libraries/System.DirectoryServices.Protocols/tests/BerConverterTests.cs +++ b/src/libraries/System.DirectoryServices.Protocols/tests/BerConverterTests.cs @@ -191,6 +191,7 @@ public static IEnumerable 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)