diff --git a/README.md b/README.md index a150e394f..907f29644 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a The **eShopOnWeb** is related to the [eShopOnContainers](https://github.com/dotnet/eShopOnContainers) sample application which, in that case, focuses on a microservices/containers based application architecture. However, **eShopOnWeb** is much simpler in regards its current functionality and focuses on traditional Web Application Development with a single monolithic deployment, no microservices/containers related. > ### DISCLAIMER -> **IMPORTANT:** The current state of this sample application is **ALPHA**, consider it a 0.1 foundational version. Therefore areas will change significantly while refactoring current code and implementing new features. **Feedback with improvements and pull requests from the community are highly appreciated and accepted.** +> **IMPORTANT:** The current state of this sample application is **ALPHA**, consider it a 0.1 foundational version. Therefore areas will change significantly while refactoring current code and implementing new features. **Feedback with improvements and pull requests from the community are highly appreciated and accepted.** Planned features for this sample include user registration, login, shopping cart management, and checkout. ## Topics (eBook TOC) diff --git a/tests/FunctionalTests/Web/Controllers/CatalogControllerGetImage.cs b/tests/FunctionalTests/Web/Controllers/CatalogControllerGetImage.cs index b6afacc98..2cd4d3a39 100644 --- a/tests/FunctionalTests/Web/Controllers/CatalogControllerGetImage.cs +++ b/tests/FunctionalTests/Web/Controllers/CatalogControllerGetImage.cs @@ -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");