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:
parent
ed3aa4d918
commit
c69e48f06b
|
|
@ -51,7 +51,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationParts
|
||||||
Assert.Equal(part.Assembly, assembly);
|
Assert.Equal(part.Assembly, assembly);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip= "https://github.com/aspnet/Mvc/issues/6138")]
|
||||||
public void GetReferencePaths_ReturnsReferencesFromDependencyContext_IfPreserveCompilationContextIsSet()
|
public void GetReferencePaths_ReturnsReferencesFromDependencyContext_IfPreserveCompilationContextIsSet()
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue