Fixing (ignoring) test (#24)

This commit is contained in:
Steve Smith
2017-07-28 23:39:38 -04:00
committed by GitHub
parent 12cbd595d0
commit b52048b74d
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ namespace FunctionalTests.Web.Controllers
{
public class CatalogControllerGetImage : BaseWebTest
{
[Fact]
//[Fact]
// GetImage replaced by static file middleware
public async Task ReturnsFileContentResultGivenValidId()
{
var testFilePath = Path.Combine(_contentRoot, "pics//1.png");