diff --git a/pkg/login/ldap_test.go b/pkg/login/ldap_test.go index 577a70bb1dc..2e4fcaa5fab 100644 --- a/pkg/login/ldap_test.go +++ b/pkg/login/ldap_test.go @@ -77,16 +77,6 @@ func TestLdapAuther(t *testing.T) { So(result.Login, ShouldEqual, "torkelo") }) - /* - Convey("Should create new user", func() { - So(sc.getUserByAuthInfoQuery.Login, ShouldEqual, "torkelo") - So(sc.getUserByAuthInfoQuery.Email, ShouldEqual, "my@email.com") - - So(sc.createUserCmd.Login, ShouldEqual, "torkelo") - So(sc.createUserCmd.Email, ShouldEqual, "my@email.com") - }) - */ - }) })