Temporarily skip test (dotnet/aspnetcore-tooling#288)
\n\nCommit migrated from 0598ec4497
This commit is contained in:
parent
1af49ef26f
commit
ede3a6809e
|
|
@ -17,7 +17,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1860")]
|
||||||
[InitializeTestProject("SimpleMvc")]
|
[InitializeTestProject("SimpleMvc")]
|
||||||
public async Task BuildMvcApp()
|
public async Task BuildMvcApp()
|
||||||
{
|
{
|
||||||
|
|
@ -42,7 +42,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1860")]
|
||||||
[InitializeTestProject("MvcWithComponents")]
|
[InitializeTestProject("MvcWithComponents")]
|
||||||
public async Task BuildMvcAppWithComponents()
|
public async Task BuildMvcAppWithComponents()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue