Skip to content

Commit 7566217

Browse files
authored
[H/3] Enable few disabled H/3 cookie tests (#120363)
1 parent 8304b03 commit 7566217

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Cookies.cs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,6 @@ await LoopbackServerFactory.CreateServerAsync(async (server, url) =>
300300
[SkipOnPlatform(TestPlatforms.Browser, "CookieContainer is not supported on Browser")]
301301
public async Task GetAsyncWithRedirect_SetCookieContainer_CorrectCookiesSent()
302302
{
303-
if (UseVersion == HttpVersion30)
304-
{
305-
// [ActiveIssue("https://github.com/dotnet/runtime/issues/56870")]
306-
return;
307-
}
308-
309303
const string path1 = "/foo";
310304
const string path2 = "/bar";
311305
const string unusedPath = "/unused";
@@ -481,12 +475,6 @@ await LoopbackServerFactory.CreateServerAsync(async (server, serverUrl) =>
481475
[SkipOnPlatform(TestPlatforms.Browser, "CookieContainer is not supported on Browser")]
482476
public async Task GetAsync_Redirect_CookiesArePreserved()
483477
{
484-
if (UseVersion == HttpVersion30)
485-
{
486-
// [ActiveIssue("https://github.com/dotnet/runtime/issues/56870")]
487-
return;
488-
}
489-
490478
HttpClientHandler handler = CreateHttpClientHandler();
491479

492480
string loginPath = "/login/user";
@@ -617,12 +605,6 @@ await LoopbackServerFactory.CreateServerAsync(async (server, url) =>
617605
[SkipOnPlatform(TestPlatforms.Browser, "CookieContainer is not supported on Browser")]
618606
public async Task GetAsyncWithRedirect_ReceiveSetCookie_CookieSent()
619607
{
620-
if (UseVersion == HttpVersion30)
621-
{
622-
// [ActiveIssue("https://github.com/dotnet/runtime/issues/56870")]
623-
return;
624-
}
625-
626608
const string path1 = "/foo";
627609
const string path2 = "/bar";
628610

0 commit comments

Comments
 (0)