\n\nCommit migrated from 14eee079bf
This commit is contained in:
Ajay Bhargav Baaskaran 2019-03-05 12:22:21 -08:00 committed by GitHub
parent 9ffd08c061
commit 8775af3309
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
{ {
} }
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1860")] [Fact]
[InitializeTestProject("SimpleMvc")] [InitializeTestProject("SimpleMvc")]
public async Task BuildMvcApp() public async Task BuildMvcApp()
{ {
@ -42,7 +42,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
} }
} }
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1860")] [Fact]
[InitializeTestProject("MvcWithComponents")] [InitializeTestProject("MvcWithComponents")]
public async Task BuildMvcAppWithComponents() public async Task BuildMvcAppWithComponents()
{ {
@ -86,7 +86,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
} }
var match = matcher.Match(lines[i]); var match = matcher.Match(lines[i]);
Assert.True(match.Success, $"Line {lines[i]} did not match."); Assert.True(match.Success, $"Line {lines[i]} did not match. Full Output: {output}");
var entry = new PerformanceSummaryEntry var entry = new PerformanceSummaryEntry
{ {