skip flaky razor build integration test (dotnet/aspnetcore-tooling#326)

mitigates aspnet/AspNetCore-Internaldotnet/aspnetcore-tooling#1931\n\nCommit migrated from 128efdd177
This commit is contained in:
Andrew Stanton-Nurse 2019-03-12 09:51:35 -07:00 committed by GitHub
parent c5c30e460e
commit eeabe9ee71
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]
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1931")]
[InitializeTestProject("SimpleMvc")]
public async Task Build_WithViews_ProducesDepsFileWithCompilationContext_ButNoReferences()
{