Skip to content

Commit 123b160

Browse files
authored
Revert "Tomandersen/count test (#1206)"
This reverts commit d403ded.
1 parent d403ded commit 123b160

11 files changed

+110
-1247
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gcs_key_file.json
1919

2020
# Folders for cmake/test output
2121
*_build/
22-
cmake-build-*/
22+
*cmake-build-debug/
2323
testing/test_framework/external/
2424

2525
# XCode user specific folders

firestore/integration_test_internal/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ set(FIREBASE_INTEGRATION_TEST_PORTABLE_TEST_SRCS
9191
# public API are performed.
9292
src/integration_test.cc
9393
# Internal tests below.
94-
src/aggregate_query_snapshot_test.cc
95-
src/aggregate_query_test.cc
9694
src/bundle_test.cc
9795
src/collection_reference_test.cc
9896
src/cursor_test.cc

0 commit comments

Comments
 (0)