Skip to content

Commit

Permalink
Exclude pg on other test
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Jul 12, 2016
1 parent be4a5b6 commit 3777354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/CloudCode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ describe('Cloud Code', () => {
});
});

it('should fully delete objects when using `unset` with beforeSave (regression test for #1840)', done => {
it_exclude_dbs(['postgres'])('should fully delete objects when using `unset` with beforeSave (regression test for #1840)', done => {
var TestObject = Parse.Object.extend('TestObject');
var NoBeforeSaveObject = Parse.Object.extend('NoBeforeSave');
var BeforeSaveObject = Parse.Object.extend('BeforeSaveChanged');
Expand Down

0 comments on commit 3777354

Please sign in to comment.