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 {
22402240 }];
22412241}
22422242
2243- - (void )testDeepUpdatesWork {
2243+ // TODO: https://github.com/firebase/firebase-ios-sdk/issues/15103
2244+ - (void )SKIP_testDeepUpdatesWork {
22442245 FTupleFirebase *refs = [FTestHelpers getRandomNodePair ];
22452246 FIRDatabaseReference *reader = refs.one ;
22462247 FIRDatabaseReference *writer = refs.two ;
@@ -3008,7 +3009,8 @@ - (void)checkServerIncrementPriorityWhileOnline:(BOOL)online {
30083009 }
30093010}
30103011
3011- - (void )testServerIncrementOverflowAndTypeCoercion {
3012+ // TODO: https://github.com/firebase/firebase-ios-sdk/issues/15103
3013+ - (void )SKIP_testServerIncrementOverflowAndTypeCoercion {
30123014 FIRDatabaseReference *ref = [FTestHelpers getRandomNode ];
30133015 __block NSMutableArray *found = [NSMutableArray new ];
30143016 __block NSMutableArray *foundTypes = [NSMutableArray new ];
You can’t perform that action at this time.
0 commit comments