diff --git a/test/Microsoft.AspNet.Identity.Entity.Test/UserStoreTest.cs b/test/Microsoft.AspNet.Identity.Entity.Test/UserStoreTest.cs index 9ee418f41a..679391ecc8 100644 --- a/test/Microsoft.AspNet.Identity.Entity.Test/UserStoreTest.cs +++ b/test/Microsoft.AspNet.Identity.Entity.Test/UserStoreTest.cs @@ -21,7 +21,7 @@ namespace Microsoft.AspNet.Identity.Entity.Test public ApplicationUserManager(IServiceProvider services) : base(services) { } } - [Fact] + // [Fact] Disabled - see issue #48 public async Task CanUseAddedManagerInstance() { var services = new ServiceCollection();