@@ -644,9 +644,7 @@ describeSpec('Limbo Documents:', [], () => {
644
644
645
645
specTest (
646
646
'Limbo resolution throttling with all results at once from watch' ,
647
- // TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
648
- // resolution throttling.
649
- [ 'no-ios' ] ,
647
+ [ ] ,
650
648
( ) => {
651
649
const query1 = query ( 'collection' ) ;
652
650
const doc1 = doc ( 'collection/a' , 1000 , { key : 'a' } ) ;
@@ -721,9 +719,7 @@ describeSpec('Limbo Documents:', [], () => {
721
719
722
720
specTest (
723
721
'Limbo resolution throttling with results one at a time from watch' ,
724
- // TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
725
- // resolution throttling.
726
- [ 'no-ios' ] ,
722
+ [ ] ,
727
723
( ) => {
728
724
const query1 = query ( 'collection' ) ;
729
725
const doc1 = doc ( 'collection/a' , 1000 , { key : 'a' } ) ;
@@ -801,9 +797,7 @@ describeSpec('Limbo Documents:', [], () => {
801
797
802
798
specTest (
803
799
'Limbo resolution throttling when a limbo listen is rejected.' ,
804
- // TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
805
- // resolution throttling.
806
- [ 'no-ios' ] ,
800
+ [ ] ,
807
801
( ) => {
808
802
const query1 = query ( 'collection' ) ;
809
803
const doc1 = doc ( 'collection/a' , 1000 , { key : 'a' } ) ;
@@ -854,9 +848,7 @@ describeSpec('Limbo Documents:', [], () => {
854
848
855
849
specTest (
856
850
'Limbo resolution throttling with existence filter mismatch' ,
857
- // TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
858
- // resolution throttling.
859
- [ 'no-ios' ] ,
851
+ [ ] ,
860
852
( ) => {
861
853
const query1 = query ( 'collection' ) ;
862
854
const docA1 = doc ( 'collection/a1' , 1000 , { key : 'a1' } ) ;
0 commit comments