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 @@ -3108,7 +3108,7 @@ describe('Parse.Query testing', () => {
3108
3108
} ) . catch ( done . fail ) ;
3109
3109
} ) ;
3110
3110
3111
- it ( 'should handle relative times correctly' , function ( done ) {
3111
+ it_only_db ( 'mongo' ) ( 'should handle relative times correctly' , function ( done ) {
3112
3112
const now = Date . now ( ) ;
3113
3113
const obj1 = new Parse . Object ( 'MyCustomObject' , {
3114
3114
name : 'obj1' ,
@@ -3148,7 +3148,7 @@ describe('Parse.Query testing', () => {
3148
3148
. then ( done , done . fail ) ;
3149
3149
} ) ;
3150
3150
3151
- it ( 'should error on invalid relative time' , function ( done ) {
3151
+ it_only_db ( 'mongo' ) ( 'should error on invalid relative time' , function ( done ) {
3152
3152
const obj1 = new Parse . Object ( 'MyCustomObject' , {
3153
3153
name : 'obj1' ,
3154
3154
ttl : new Date ( Date . now ( ) + 2 * 24 * 60 * 60 * 1000 ) , // 2 days from now
You can’t perform that action at this time.
0 commit comments