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:
parent
c5c30e460e
commit
eeabe9ee71
|
|
@ -233,7 +233,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
|
||||||
Assert.BuildOutputContainsLine(result, $@"CompileResource: {Path.Combine("..", "LinkedDir", "LinkedFile.cshtml")} /LinkedFileOut/LinkedFile.cshtml");
|
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")]
|
[InitializeTestProject("SimpleMvc")]
|
||||||
public async Task Build_WithViews_ProducesDepsFileWithCompilationContext_ButNoReferences()
|
public async Task Build_WithViews_ProducesDepsFileWithCompilationContext_ButNoReferences()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue