Re-enable skipped test (dotnet/aspnetcore-tooling#303)
\n\nCommit migrated from 14eee079bf
This commit is contained in:
parent
9ffd08c061
commit
8775af3309
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue