Skip to content

Commit

Permalink
[tests] enable InetAccess, NetworkInterfaces for LLVM tests
Browse files Browse the repository at this point in the history
Context: dotnet/runtime#73304
Context: dotnet/runtime#75155

The issues for these should be fixed in .NET 7 RC 2.
  • Loading branch information
jonathanpeppers committed Sep 28, 2022
1 parent bf10ce5 commit 0c01f9a
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@
<WarningsAsErrors>IL2037</WarningsAsErrors>
<AndroidUseNegotiateAuthentication>true</AndroidUseNegotiateAuthentication>
<AndroidNdkDirectory></AndroidNdkDirectory>
<!--
TODO: Fix excluded tests
For $(EnableLLVM)
InetAccess excluded: https://github.com/dotnet/runtime/issues/73304
NetworkInterfaces excluded: https://github.com/dotnet/runtime/issues/75155
-->
<ExcludeCategories>DotNetIgnore</ExcludeCategories>
<ExcludeCategories Condition=" '$(EnableLLVM)' == 'true' ">$(ExcludeCategories):InetAccess:NetworkInterfaces</ExcludeCategories>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit 0c01f9a

Please sign in to comment.