@@ -300,12 +300,6 @@ await LoopbackServerFactory.CreateServerAsync(async (server, url) =>
300
300
[ SkipOnPlatform ( TestPlatforms . Browser , "CookieContainer is not supported on Browser" ) ]
301
301
public async Task GetAsyncWithRedirect_SetCookieContainer_CorrectCookiesSent ( )
302
302
{
303
- if ( UseVersion == HttpVersion30 )
304
- {
305
- // [ActiveIssue("https://github.com/dotnet/runtime/issues/56870")]
306
- return ;
307
- }
308
-
309
303
const string path1 = "/foo" ;
310
304
const string path2 = "/bar" ;
311
305
const string unusedPath = "/unused" ;
@@ -481,12 +475,6 @@ await LoopbackServerFactory.CreateServerAsync(async (server, serverUrl) =>
481
475
[ SkipOnPlatform ( TestPlatforms . Browser , "CookieContainer is not supported on Browser" ) ]
482
476
public async Task GetAsync_Redirect_CookiesArePreserved ( )
483
477
{
484
- if ( UseVersion == HttpVersion30 )
485
- {
486
- // [ActiveIssue("https://github.com/dotnet/runtime/issues/56870")]
487
- return ;
488
- }
489
-
490
478
HttpClientHandler handler = CreateHttpClientHandler ( ) ;
491
479
492
480
string loginPath = "/login/user" ;
@@ -617,12 +605,6 @@ await LoopbackServerFactory.CreateServerAsync(async (server, url) =>
617
605
[ SkipOnPlatform ( TestPlatforms . Browser , "CookieContainer is not supported on Browser" ) ]
618
606
public async Task GetAsyncWithRedirect_ReceiveSetCookie_CookieSent ( )
619
607
{
620
- if ( UseVersion == HttpVersion30 )
621
- {
622
- // [ActiveIssue("https://github.com/dotnet/runtime/issues/56870")]
623
- return ;
624
- }
625
-
626
608
const string path1 = "/foo" ;
627
609
const string path2 = "/bar" ;
628
610
0 commit comments