File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Mvc/test/Mvc.FunctionalTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public TempDataInCookiesUsingCookieConsentTest(
28
28
private static void ConfigureWebHostBuilder ( IWebHostBuilder builder ) =>
29
29
builder . UseStartup < BasicWebSite . StartupWithCookieTempDataProviderAndCookieConsent > ( ) ;
30
30
31
- [ Fact ]
31
+ [ Fact ( Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1803" ) ]
32
32
public async Task CookieTempDataProviderCookie_SetInResponse_OnGrantingConsent ( )
33
33
{
34
34
// Arrange
@@ -61,7 +61,7 @@ public async Task CookieTempDataProviderCookie_SetInResponse_OnGrantingConsent()
61
61
Assert . Equal ( HttpStatusCode . NoContent , response . StatusCode ) ;
62
62
}
63
63
64
- [ Fact ]
64
+ [ Fact ( Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1803" ) ]
65
65
public async Task CookieTempDataProviderCookie_NotSetInResponse_OnNoConsent ( )
66
66
{
67
67
// Arrange
You can’t perform that action at this time.
0 commit comments