Skip to content

Commit 60dce81

Browse files
committed
Revert spec test changes from firebase/firebase-js-sdk#6624 since the fix for its issue isn't fixed yet (it will be fixed by #10437)
1 parent fcd81da commit 60dce81

File tree

2 files changed

+2
-66
lines changed

2 files changed

+2
-66
lines changed

Firestore/Example/Tests/SpecTests/json/listen_spec_test.json

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,6 +2261,7 @@
22612261
"describeName": "Listens:",
22622262
"itName": "Empty initial snapshot is raised from cache",
22632263
"tags": [
2264+
"no-ios"
22642265
],
22652266
"config": {
22662267
"numClients": 1,
@@ -2688,6 +2689,7 @@
26882689
"describeName": "Listens:",
26892690
"itName": "Empty-due-to-delete initial snapshot is raised from cache",
26902691
"tags": [
2692+
"no-ios"
26912693
],
26922694
"config": {
26932695
"numClients": 1,
@@ -3856,25 +3858,6 @@
38563858
},
38573859
"targetId": 2
38583860
},
3859-
"expectedSnapshotEvents": [
3860-
{
3861-
"errorCode": 0,
3862-
"fromCache": true,
3863-
"hasPendingWrites": false,
3864-
"query": {
3865-
"filters": [
3866-
[
3867-
"visible",
3868-
"==",
3869-
true
3870-
]
3871-
],
3872-
"orderBys": [
3873-
],
3874-
"path": "collection"
3875-
}
3876-
}
3877-
],
38783861
"expectedState": {
38793862
"activeTargets": {
38803863
"2": {
@@ -3996,20 +3979,6 @@
39963979
},
39973980
"targetId": 4
39983981
},
3999-
"expectedSnapshotEvents": [
4000-
{
4001-
"errorCode": 0,
4002-
"fromCache": true,
4003-
"hasPendingWrites": false,
4004-
"query": {
4005-
"filters": [
4006-
],
4007-
"orderBys": [
4008-
],
4009-
"path": "collection"
4010-
}
4011-
}
4012-
],
40133982
"expectedState": {
40143983
"activeTargets": {
40153984
"4": {
@@ -4386,25 +4355,6 @@
43864355
},
43874356
"targetId": 2
43884357
},
4389-
"expectedSnapshotEvents": [
4390-
{
4391-
"errorCode": 0,
4392-
"fromCache": true,
4393-
"hasPendingWrites": false,
4394-
"query": {
4395-
"filters": [
4396-
[
4397-
"visible",
4398-
"==",
4399-
true
4400-
]
4401-
],
4402-
"orderBys": [
4403-
],
4404-
"path": "collection"
4405-
}
4406-
}
4407-
],
44084358
"expectedState": {
44094359
"activeTargets": {
44104360
"2": {

Firestore/Example/Tests/SpecTests/json/recovery_spec_test.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,20 +1012,6 @@
10121012
},
10131013
"targetId": 2
10141014
},
1015-
"expectedSnapshotEvents": [
1016-
{
1017-
"errorCode": 0,
1018-
"fromCache": true,
1019-
"hasPendingWrites": false,
1020-
"query": {
1021-
"filters": [
1022-
],
1023-
"orderBys": [
1024-
],
1025-
"path": "collection"
1026-
}
1027-
}
1028-
],
10291015
"expectedState": {
10301016
"activeTargets": {
10311017
"2": {

0 commit comments

Comments
 (0)