Skip to content

Commit

Permalink
[Wasm] Disable System.Linq.Parallel test suite
Browse files Browse the repository at this point in the history
dotnet#38942 seems to be failing more frequently, so the suite will be disabled until
we can provide a fix.
  • Loading branch information
Steve Pfister committed Jul 14, 2020
1 parent a9b1173 commit b8dd97d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/libraries/System.Linq.Parallel/tests/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using Xunit;

[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/38942", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter), nameof(PlatformDetection.IsBrowser))]
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="$(CommonTestPath)System\Diagnostics\Tracing\TestEventListener.cs"
Link="Common\System\Diagnostics\Tracing\TestEventListener.cs" />
<Compile Include="$(CommonTestPath)System\ShouldNotBeInvokedException.cs"
Expand Down

0 comments on commit b8dd97d

Please sign in to comment.