[browser][wasm][tests] Deactivate Map tests due to CI failures (#39061)
authorKenneth Pouncey <kjpou@pt.lu>
Fri, 10 Jul 2020 08:31:38 +0000 (10:31 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 08:31:38 +0000 (10:31 +0200)
src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.Tests.csproj

index 68b945e..959eefa 100644 (file)
@@ -12,6 +12,6 @@
     <Compile Include="System\Runtime\InteropServices\JavaScript\DataViewTests.cs" />
     <Compile Include="System\Runtime\InteropServices\JavaScript\TypedArrayTests.cs" />
     <Compile Include="System\Runtime\InteropServices\JavaScript\ArrayTests.cs" />
-    <Compile Include="System\Runtime\InteropServices\JavaScript\MapTests.cs" />
+    <!-- <Compile Include="System\Runtime\InteropServices\JavaScript\MapTests.cs" /> -->
   </ItemGroup>
 </Project>
\ No newline at end of file