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:
Drew
2016-08-07 19:21:01 -07:00
committed by Florent Vilmart
parent f27dff0ae6
commit ae36200d1f
7 changed files with 27 additions and 17 deletions

View File

@@ -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);