diff --git a/test/Autofac.Test/Features/LazyDependencies/LazyRegistrationSourceTests.cs b/test/Autofac.Test/Features/LazyDependencies/LazyRegistrationSourceTests.cs index 9f77b727b..759c46253 100644 --- a/test/Autofac.Test/Features/LazyDependencies/LazyRegistrationSourceTests.cs +++ b/test/Autofac.Test/Features/LazyDependencies/LazyRegistrationSourceTests.cs @@ -47,7 +47,7 @@ public void WhenLazyIsResolved_ValueIsNotYetCreated() Assert.False(lazy.IsValueCreated); } - [Fact(Skip = "#718")] + [Fact] public void LazyWorksWithCircularPropertyDependencies() { var builder = new ContainerBuilder();