Revert "Skip test `AssemblyPartTest.GetReferencePaths_ReturnsReferencesFromDependencyContext_IfPreserveCompilationContextIsSet`"

This reverts commit c69e48f06b.
This commit is contained in:
Mike Harder 2017-04-14 18:41:31 -07:00 committed by GitHub
parent 49628bca2e
commit e766a259ed
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(Skip= "https://github.com/aspnet/Mvc/issues/6138")]
[Fact]
public void GetReferencePaths_ReturnsReferencesFromDependencyContext_IfPreserveCompilationContextIsSet()
{
// Arrange