Skip to content

Commit

Permalink
Revert spec test changes from firebase/firebase-js-sdk#6624 since the…
Browse files Browse the repository at this point in the history
… fix for its issue isn't fixed yet (it will be fixed by #10437)
  • Loading branch information
dconeybe committed Nov 2, 2022
1 parent fcd81da commit 60dce81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
54 changes: 2 additions & 52 deletions Firestore/Example/Tests/SpecTests/json/listen_spec_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2261,6 +2261,7 @@
"describeName": "Listens:",
"itName": "Empty initial snapshot is raised from cache",
"tags": [
"no-ios"
],
"config": {
"numClients": 1,
Expand Down Expand Up @@ -2688,6 +2689,7 @@
"describeName": "Listens:",
"itName": "Empty-due-to-delete initial snapshot is raised from cache",
"tags": [
"no-ios"
],
"config": {
"numClients": 1,
Expand Down Expand Up @@ -3856,25 +3858,6 @@
},
"targetId": 2
},
"expectedSnapshotEvents": [
{
"errorCode": 0,
"fromCache": true,
"hasPendingWrites": false,
"query": {
"filters": [
[
"visible",
"==",
true
]
],
"orderBys": [
],
"path": "collection"
}
}
],
"expectedState": {
"activeTargets": {
"2": {
Expand Down Expand Up @@ -3996,20 +3979,6 @@
},
"targetId": 4
},
"expectedSnapshotEvents": [
{
"errorCode": 0,
"fromCache": true,
"hasPendingWrites": false,
"query": {
"filters": [
],
"orderBys": [
],
"path": "collection"
}
}
],
"expectedState": {
"activeTargets": {
"4": {
Expand Down Expand Up @@ -4386,25 +4355,6 @@
},
"targetId": 2
},
"expectedSnapshotEvents": [
{
"errorCode": 0,
"fromCache": true,
"hasPendingWrites": false,
"query": {
"filters": [
[
"visible",
"==",
true
]
],
"orderBys": [
],
"path": "collection"
}
}
],
"expectedState": {
"activeTargets": {
"2": {
Expand Down
14 changes: 0 additions & 14 deletions Firestore/Example/Tests/SpecTests/json/recovery_spec_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -1012,20 +1012,6 @@
},
"targetId": 2
},
"expectedSnapshotEvents": [
{
"errorCode": 0,
"fromCache": true,
"hasPendingWrites": false,
"query": {
"filters": [
],
"orderBys": [
],
"path": "collection"
}
}
],
"expectedState": {
"activeTargets": {
"2": {
Expand Down

0 comments on commit 60dce81

Please sign in to comment.