Closed
Description
PR #35380 is adding support for System.DirectoryServices.Protocols in Linux, but in Mono the tests are failing with an exception that looks like:
*** Error in `/root/helix/work/correlation/dotnet': free(): invalid pointer: 0x0000007f89d338e4 ***
This failure is crashing the test process so we don't get test results diagnostics from Mono runs. For now, that same PR will disable the tests on Mono runs, but this issue will track the work that will happen next in order to investigate the failure, fix it and re-enable those tests.