Disable Symbol on Mono temporarily

The serialization bug has popped up again. Disabling to get CI green
while Mono takes a look.

https://github.com/mono/mono/issues/10945
上级 93af622e
......@@ -9,6 +9,11 @@
<RoslynProjectType>UnitTestPortable</RoslynProjectType>
<RuntimeIdentifiers>$(RoslynPortableRuntimeIdentifiers)</RuntimeIdentifiers>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!--
Mono serialization errors breaking tests that have traits
https://github.com/mono/mono/issues/10945
-->
<SkipTests Condition="'$(TestRuntime)' == 'Mono'">true</SkipTests>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\..\Test\Utilities\Portable\Roslyn.Test.Utilities.csproj" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册