We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cbd0b commit 3fcf58cCopy full SHA for 3fcf58c
spec/CloudCode.spec.js
@@ -723,7 +723,7 @@ describe('Cloud Code', () => {
723
});
724
725
726
- 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 => {
727
var TestObject = Parse.Object.extend('TestObject');
728
var BeforeSaveObject = Parse.Object.extend('BeforeSaveChanged');
729
0 commit comments