Revert "Skip test `AssemblyPartTest.GetReferencePaths_ReturnsReferencesFromDependencyContext_IfPreserveCompilationContextIsSet`"
This reverts commit c69e48f06b.
This commit is contained in:
parent
49628bca2e
commit
e766a259ed
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue