diff --git a/src/Orchard.Tests/Environment/Extensions/ExtensionLoaderCoordinatorTests.cs b/src/Orchard.Tests/Environment/Extensions/ExtensionLoaderCoordinatorTests.cs index 1c737325a..956f1993d 100644 --- a/src/Orchard.Tests/Environment/Extensions/ExtensionLoaderCoordinatorTests.cs +++ b/src/Orchard.Tests/Environment/Extensions/ExtensionLoaderCoordinatorTests.cs @@ -305,12 +305,6 @@ Features: } } - [Test, Ignore("This assertion appears to be inconsistent with the comment in extension manager - an empty feature is returned")] - public void ExtensionManagerShouldThrowIfFeatureDoesNotExist() { - var featureDescriptor = new FeatureDescriptor { Id = "NoSuchFeature" }; - Assert.Throws(() => _manager.LoadFeatures(new[] { featureDescriptor })); - } - [Test] public void ExtensionManagerTestFeatureAttribute() { var extensionLoader = new StubLoaders();