File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1356,7 +1356,7 @@ describe('miscellaneous', function() {
1356
1356
} ) ;
1357
1357
} ) ;
1358
1358
1359
- it ( 'purge all objects in class' , ( done ) => {
1359
+ it_exclude_dbs ( [ 'postgres' ] ) ( 'purge all objects in class' , ( done ) => {
1360
1360
let object = new Parse . Object ( 'TestObject' ) ;
1361
1361
object . set ( 'foo' , 'bar' ) ;
1362
1362
let object2 = new Parse . Object ( 'TestObject' ) ;
@@ -1406,7 +1406,7 @@ describe('miscellaneous', function() {
1406
1406
} ) ;
1407
1407
} ) ;
1408
1408
1409
- it ( 'purge all objects in _Role also purge cache' , ( done ) => {
1409
+ it_exclude_dbs ( [ 'postgres' ] ) ( 'purge all objects in _Role also purge cache' , ( done ) => {
1410
1410
let headers = {
1411
1411
'Content-Type' : 'application/json' ,
1412
1412
'X-Parse-Application-Id' : 'test' ,
You can’t perform that action at this time.
0 commit comments