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:
@@ -1093,7 +1093,7 @@ describe('Parse.ACL', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("acl saveAll with permissions", (done) => {
|
||||
it_exclude_dbs(['postgres'])("acl saveAll with permissions", (done) => {
|
||||
Parse.User.signUp("alice", "wonderland", null, {
|
||||
success: function(alice) {
|
||||
var acl = new Parse.ACL(alice);
|
||||
|
||||
Reference in New Issue
Block a user