diff --git a/src/Orchard.Tests/Environment/ShellBuilders/SetupShellContainerFactoryTests.cs b/src/Orchard.Tests/Environment/ShellBuilders/SetupShellContainerFactoryTests.cs
index f76b14838..d53857a9b 100644
--- a/src/Orchard.Tests/Environment/ShellBuilders/SetupShellContainerFactoryTests.cs
+++ b/src/Orchard.Tests/Environment/ShellBuilders/SetupShellContainerFactoryTests.cs
@@ -23,7 +23,7 @@ namespace Orchard.Tests.Environment.ShellBuilders {
});
}
- [Test]
+ [Test, Ignore("Can't be made to work until module settings and infrastructres implemented")]
public void FactoryShouldCreateContainerThatProvidesShell() {
var factory = new SafeModeShellContainerFactory(_hostContainer);
@@ -33,7 +33,7 @@ namespace Orchard.Tests.Environment.ShellBuilders {
Assert.That(shell, Is.Not.Null);
}
- [Test]
+ [Test, Ignore("Can't be made to work until module settings and infrastructres implemented")]
public void ShellContainerShouldProvideLayoutViewEngine() {
var factory = new SafeModeShellContainerFactory(_hostContainer);
var shellContainer = factory.CreateContainer(null);
diff --git a/src/Orchard.Web/Config/Diagnostics.config b/src/Orchard.Web/Config/Diagnostics.config
index cdb9f63c3..3458c5b4e 100644
--- a/src/Orchard.Web/Config/Diagnostics.config
+++ b/src/Orchard.Web/Config/Diagnostics.config
@@ -13,6 +13,12 @@
+
+
+
+
+
+