Skip to content

Commit 8ade3de

Browse files
committed
Mark System.Net.WebClient.Tests assembly with ActiveIssue
1 parent 1d250bb commit 8ade3de

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
4+
5+
using Xunit;
6+
7+
[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/34690", TestPlatforms.Windows, TargetFrameworkMonikers.Netcoreapp, TestRuntimes.Mono)]

src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
55
</PropertyGroup>
66
<ItemGroup>
7+
<Compile Include="AssemblyInfo.cs" />
78
<Compile Include="WebClientTest.cs" />
89
<Compile Include="$(CommonTestPath)System\Net\Capability.Security.cs">
910
<Link>Common\System\Net\Capability.Security.cs</Link>

0 commit comments

Comments
 (0)