Delete some commented tests#79742
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak Issue DetailsFix #4680
|
|
cc @dotnet/jit-contrib |
jkoritzinsky
left a comment
There was a problem hiding this comment.
These tests aren't going to pass since they rely on being able to marshal System.Object. The default marshalling for System.Object is Windows-only since it's COM marshalling. These tests should be disabled on non-Windows in a more standard manner (just check if(OperatingSystem.IsWindows()))
|
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Wouldn't |
Thanks! I just deleted them, this test is under |
|
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Now this is just deleting commented code so I guess there is no point in running outerloop. |
Fix #4680