Skip to content

Commit 2cec4ae

Browse files
authored
Merge 8645acf into 5a63738
2 parents 5a63738 + 8645acf commit 2cec4ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ describeSpec('Limbo Documents:', [], () => {
644644
'Limbo resolution throttling with all results at once from watch',
645645
// TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
646646
// resolution throttling.
647-
['no-android', 'no-ios'],
647+
['no-ios'],
648648
() => {
649649
const query = Query.atPath(path('collection'));
650650
const doc1 = doc('collection/a', 1000, { key: 'a' });
@@ -721,7 +721,7 @@ describeSpec('Limbo Documents:', [], () => {
721721
'Limbo resolution throttling with results one at a time from watch',
722722
// TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
723723
// resolution throttling.
724-
['no-android', 'no-ios'],
724+
['no-ios'],
725725
() => {
726726
const query = Query.atPath(path('collection'));
727727
const doc1 = doc('collection/a', 1000, { key: 'a' });
@@ -801,7 +801,7 @@ describeSpec('Limbo Documents:', [], () => {
801801
'Limbo resolution throttling when a limbo listen is rejected.',
802802
// TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
803803
// resolution throttling.
804-
['no-android', 'no-ios'],
804+
['no-ios'],
805805
() => {
806806
const query = Query.atPath(path('collection'));
807807
const doc1 = doc('collection/a', 1000, { key: 'a' });
@@ -854,7 +854,7 @@ describeSpec('Limbo Documents:', [], () => {
854854
'Limbo resolution throttling with existence filter mismatch',
855855
// TODO(dconeybe) Remove the 'no-*' tags as these platforms implement limbo
856856
// resolution throttling.
857-
['no-android', 'no-ios'],
857+
['no-ios'],
858858
() => {
859859
const query = Query.atPath(path('collection'));
860860
const docA1 = doc('collection/a1', 1000, { key: 'a1' });

0 commit comments

Comments
 (0)