Temporarily skipping ReferenceAssemblies_ReturnsLoadableReferenceAssemblies

This commit is contained in:
Pranav K 2017-04-12 14:31:09 -07:00
parent 3474bdf776
commit dfbf6d43ff
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ namespace Microsoft.AspNetCore.Mvc.Internal
// This test verifies DefaultAssemblyPartDiscoveryProvider.ReferenceAssemblies reflects the actual loadable assemblies
// of the libraries that Microsoft.AspNetCore.Mvc dependes on.
// If we add or remove dependencies, this test should be changed together.
[Fact]
[Fact(Skip = "https://github.com/aspnet/Mvc/issues/6122")]
public void ReferenceAssemblies_ReturnsLoadableReferenceAssemblies()
{
// Arrange