@@ -644,7 +644,7 @@ describeSpec('Limbo Documents:', [], () => {
644
644
'Limbo resolution throttling with all results at once from watch' ,
645
645
// TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
646
646
// resolution throttling.
647
- [ 'no-android' , 'no- ios'] ,
647
+ [ 'no-ios' ] ,
648
648
( ) => {
649
649
const query = Query . atPath ( path ( 'collection' ) ) ;
650
650
const doc1 = doc ( 'collection/a' , 1000 , { key : 'a' } ) ;
@@ -721,7 +721,7 @@ describeSpec('Limbo Documents:', [], () => {
721
721
'Limbo resolution throttling with results one at a time from watch' ,
722
722
// TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
723
723
// resolution throttling.
724
- [ 'no-android' , 'no- ios'] ,
724
+ [ 'no-ios' ] ,
725
725
( ) => {
726
726
const query = Query . atPath ( path ( 'collection' ) ) ;
727
727
const doc1 = doc ( 'collection/a' , 1000 , { key : 'a' } ) ;
@@ -801,7 +801,7 @@ describeSpec('Limbo Documents:', [], () => {
801
801
'Limbo resolution throttling when a limbo listen is rejected.' ,
802
802
// TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
803
803
// resolution throttling.
804
- [ 'no-android' , 'no- ios'] ,
804
+ [ 'no-ios' ] ,
805
805
( ) => {
806
806
const query = Query . atPath ( path ( 'collection' ) ) ;
807
807
const doc1 = doc ( 'collection/a' , 1000 , { key : 'a' } ) ;
@@ -854,7 +854,7 @@ describeSpec('Limbo Documents:', [], () => {
854
854
'Limbo resolution throttling with existence filter mismatch' ,
855
855
// TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
856
856
// resolution throttling.
857
- [ 'no-android' , 'no- ios'] ,
857
+ [ 'no-ios' ] ,
858
858
( ) => {
859
859
const query = Query . atPath ( path ( 'collection' ) ) ;
860
860
const docA1 = doc ( 'collection/a1' , 1000 , { key : 'a1' } ) ;
0 commit comments