Skip to content

Commit

Permalink
[browser] disable GetAsync_ServerNeedsAuthAndNoCredential_StatusCodeU…
Browse files Browse the repository at this point in the history
…nauthorized (dotnet#108174)
  • Loading branch information
pavelsavara authored and sirntar committed Sep 30, 2024
1 parent 92783de commit 959e8a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public async Task GetAsync_ServerNeedsAuthAndSetCredential_StatusCodeOK(Configur
[OuterLoop("Uses external servers", typeof(PlatformDetection), nameof(PlatformDetection.LocalEchoServerIsNotAvailable))]
[Theory, MemberData(nameof(RemoteServersMemberData))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/101115", typeof(PlatformDetection), nameof(PlatformDetection.IsFirefox))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/108019", TestPlatforms.Browser)]
public async Task GetAsync_ServerNeedsAuthAndNoCredential_StatusCodeUnauthorized(Configuration.Http.RemoteServer remoteServer)
{
using (HttpClient client = CreateHttpClientForRemoteServer(remoteServer))
Expand Down

0 comments on commit 959e8a2

Please sign in to comment.