Skip to content

Commit 0f28949

Browse files
authored
Unquarantined temp cookie tests (#26962)
1 parent 98875fb commit 0f28949

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Mvc/test/Mvc.FunctionalTests/TempDataInCookiesUsingCookieConsentTest.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ private static void ConfigureWebHostBuilder(IWebHostBuilder builder) =>
3030
builder.UseStartup<BasicWebSite.StartupWithCookieTempDataProviderAndCookieConsent>();
3131

3232
[Fact]
33-
[QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/1803")]
3433
public async Task CookieTempDataProviderCookie_SetInResponse_OnGrantingConsent()
3534
{
3635
// Arrange
@@ -64,7 +63,6 @@ public async Task CookieTempDataProviderCookie_SetInResponse_OnGrantingConsent()
6463
}
6564

6665
[Fact]
67-
[QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/1803")]
6866
public async Task CookieTempDataProviderCookie_NotSetInResponse_OnNoConsent()
6967
{
7068
// Arrange
@@ -117,4 +115,4 @@ private void SetCookieHeaders(HttpRequestMessage request, HttpResponseMessage re
117115
}
118116
}
119117
}
120-
}
118+
}

0 commit comments

Comments
 (0)