Disable broken Anti-forgery tests
This commit is contained in:
parent
a7c9e8ab25
commit
bcaee8df4e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue