diff --git a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ViewEngineTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ViewEngineTests.cs index 363f534469..eba89d70f7 100644 --- a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ViewEngineTests.cs +++ b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ViewEngineTests.cs @@ -246,11 +246,11 @@ ViewWithNestedLayout-Content Assert.Equal(expected, body.Trim(), ignoreLineEndingDifferences: true); } - [Fact] + [Fact(Skip = "https://github.com/aspnet/Mvc/issues/7922")] public Task RazorViewEngine_RendersViewsFromEmbeddedFileProvider_WhenLookedupByName() => RazorViewEngine_RendersIndexViewsFromEmbeddedFileProvider("/EmbeddedViews/LookupByName"); - [Fact] + [Fact(Skip = "https://github.com/aspnet/Mvc/issues/7922")] public Task RazorViewEngine_RendersViewsFromEmbeddedFileProvider_WhenLookedupByPath() => RazorViewEngine_RendersIndexViewsFromEmbeddedFileProvider("/EmbeddedViews/LookupByPath");