Disable tests that don't work in Postgres, and don't start a mongo for postgres tests (#2481)
* Disable tests that don't work in Postgres, and don't start a mongo for postgres tests * Remove unnecessary chages * remove more unnecessary chagnes
This commit is contained in:
@@ -1698,7 +1698,7 @@ describe('Parse.User testing', () => {
|
||||
bob.setPassword('meower');
|
||||
return bob.save();
|
||||
}).then(() => {
|
||||
return Parse.User.logIn('bob', 'meower');
|
||||
return Parse.User.logIn('bob', 'meower');
|
||||
}).then((bob) => {
|
||||
expect(bob.getUsername()).toEqual('bob');
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user