File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
FirebaseDatabase/Tests/Integration Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2240,7 +2240,8 @@ - (void)SKIPtestUpdateReplacesChildrenAndIsNotRecursive {
2240
2240
}];
2241
2241
}
2242
2242
2243
- - (void )testDeepUpdatesWork {
2243
+ // TODO: https://github.com/firebase/firebase-ios-sdk/issues/15103
2244
+ - (void )SKIP_testDeepUpdatesWork {
2244
2245
FTupleFirebase *refs = [FTestHelpers getRandomNodePair ];
2245
2246
FIRDatabaseReference *reader = refs.one ;
2246
2247
FIRDatabaseReference *writer = refs.two ;
@@ -3008,7 +3009,8 @@ - (void)checkServerIncrementPriorityWhileOnline:(BOOL)online {
3008
3009
}
3009
3010
}
3010
3011
3011
- - (void )testServerIncrementOverflowAndTypeCoercion {
3012
+ // TODO: https://github.com/firebase/firebase-ios-sdk/issues/15103
3013
+ - (void )SKIP_testServerIncrementOverflowAndTypeCoercion {
3012
3014
FIRDatabaseReference *ref = [FTestHelpers getRandomNode ];
3013
3015
__block NSMutableArray *found = [NSMutableArray new ];
3014
3016
__block NSMutableArray *foundTypes = [NSMutableArray new ];
You can’t perform that action at this time.
0 commit comments