We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0602b35 commit b78d97aCopy full SHA for b78d97a
firestore/integration_test_internal/src/leveldb_snappy_test.cc
@@ -24,4 +24,5 @@
24
// TODO(dconeybe) Import ALL the unit tests from the iOS SDK by adding them
25
// to the CMakeLists.txt in the parent directory of this file. That way we can
26
// run all of the tests from the iOS SDK on each platform targeted by this repo.
27
-#include "Firestore/core/test/unit/local/leveldb_snappy_test.cc" // NOLINT
+// (This currently fails due to include paths on iOS, so it's been commented out for now.)
28
+// #include "FirebaseFirestore/Firestore/core/test/unit/local/leveldb_snappy_test.cc"
0 commit comments