Skip to content

Commit cddc551

Browse files
authored
Remove 'no-ios' tags from spec tests for limbo resolution throttling (#3833)
1 parent e55e7c6 commit cddc551

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

packages/firestore/test/unit/specs/limbo_spec.test.ts

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -644,9 +644,7 @@ describeSpec('Limbo Documents:', [], () => {
644644

645645
specTest(
646646
'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+
[],
650648
() => {
651649
const query1 = query('collection');
652650
const doc1 = doc('collection/a', 1000, { key: 'a' });
@@ -721,9 +719,7 @@ describeSpec('Limbo Documents:', [], () => {
721719

722720
specTest(
723721
'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+
[],
727723
() => {
728724
const query1 = query('collection');
729725
const doc1 = doc('collection/a', 1000, { key: 'a' });
@@ -801,9 +797,7 @@ describeSpec('Limbo Documents:', [], () => {
801797

802798
specTest(
803799
'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+
[],
807801
() => {
808802
const query1 = query('collection');
809803
const doc1 = doc('collection/a', 1000, { key: 'a' });
@@ -854,9 +848,7 @@ describeSpec('Limbo Documents:', [], () => {
854848

855849
specTest(
856850
'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+
[],
860852
() => {
861853
const query1 = query('collection');
862854
const docA1 = doc('collection/a1', 1000, { key: 'a1' });

0 commit comments

Comments
 (0)