Disable broken Anti-forgery tests

This commit is contained in:
Chris Ross (ASP.NET) 2017-11-09 09:46:59 -08:00
parent a7c9e8ab25
commit bcaee8df4e
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests
Assert.Equal("OK", await response.Content.ReadAsStringAsync());
}
[Fact]
[Fact(Skip = "https://github.com/aspnet/Mvc/issues/7040")]
public async Task SetCookieAndHeaderBeforeFlushAsync_GeneratesCookieTokenAndHeader()
{
// Arrange & Act
@ -94,7 +94,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests
Assert.Equal("no-cache", pragmaValue.Name);
}
[Fact]
[Fact(Skip = "https://github.com/aspnet/Mvc/issues/7040")]
public async Task SetCookieAndHeaderBeforeFlushAsync_PostToForm()
{
// Arrange