Unskip Build_WithViews_ProducesDepsFileWithCompilationContext_ButNoReferences (dotnet/aspnetcore-tooling#560)

\n\nCommit migrated from e5a23e0588
This commit is contained in:
Pranav K 2019-05-03 12:15:27 -07:00 committed by GitHub
parent 4a4b80046d
commit 997ab19511
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
Assert.BuildOutputContainsLine(result, $@"CompileResource: {Path.Combine("..", "LinkedDir", "LinkedFile.cshtml")} /LinkedFileOut/LinkedFile.cshtml");
}
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1931")]
[Fact]
[InitializeTestProject("SimpleMvc")]
public async Task Build_WithViews_ProducesDepsFileWithCompilationContext_ButNoReferences()
{