Skip test `AssemblyPartTest.GetReferencePaths_ReturnsReferencesFromDependencyContext_IfPreserveCompilationContextIsSet`

- Workaround for "Can not find compilation library location for package" (https://github.com/dotnet/cli/issues/6318)
This commit is contained in:
Mike Harder 2017-04-14 15:37:54 -07:00 committed by GitHub
parent ed3aa4d918
commit c69e48f06b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationParts
Assert.Equal(part.Assembly, assembly);
}
[Fact]
[Fact(Skip= "https://github.com/aspnet/Mvc/issues/6138")]
public void GetReferencePaths_ReturnsReferencesFromDependencyContext_IfPreserveCompilationContextIsSet()
{
// Arrange