[wasm] Remove System.ValueTuple.Tests test suite from the exclusion list (#39957)
authorMaxim Lipnin <v-maxlip@microsoft.com>
Mon, 27 Jul 2020 12:08:16 +0000 (15:08 +0300)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 12:08:16 +0000 (14:08 +0200)
src/libraries/tests.proj

index 37ddac6..fd1d83a 100644 (file)
@@ -32,7 +32,6 @@
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Linq.Parallel\tests\System.Linq.Parallel.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Http\tests\FunctionalTests\System.Net.Http.Functional.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.WebSockets.Client\tests\System.Net.WebSockets.Client.Tests.csproj" />
-    <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.ValueTuple\tests\System.ValueTuple.Tests.csproj" />
   </ItemGroup>
 
   <ItemGroup>