From 8775af33097c824bb70d48d3a3b630d39dda983b Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Tue, 5 Mar 2019 12:22:21 -0800 Subject: [PATCH] Re-enable skipped test (dotnet/aspnetcore-tooling#303) \n\nCommit migrated from https://github.com/dotnet/aspnetcore-tooling/commit/14eee079bfa381b7b4c42030f4a05afea3ef644c --- .../test/IntegrationTests/BuildPerformanceTest.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/BuildPerformanceTest.cs b/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/BuildPerformanceTest.cs index 74f4221358..08d2bef5ae 100644 --- a/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/BuildPerformanceTest.cs +++ b/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/BuildPerformanceTest.cs @@ -17,7 +17,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests { } - [Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1860")] + [Fact] [InitializeTestProject("SimpleMvc")] 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")] public async Task BuildMvcAppWithComponents() { @@ -86,7 +86,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests } 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 {