Skip to content

Commit

Permalink
exclude pg db
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Jul 12, 2016
1 parent c92e142 commit be4a5b6
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 @@ -723,7 +723,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 BeforeSaveObject = Parse.Object.extend('BeforeSaveChanged');

Expand Down

0 comments on commit be4a5b6

Please sign in to comment.