Skip to content

Commit b78d97a

Browse files
committed
Remove included test with bad include path.
1 parent 0602b35 commit b78d97a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firestore/integration_test_internal/src/leveldb_snappy_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@
2424
// TODO(dconeybe) Import ALL the unit tests from the iOS SDK by adding them
2525
// to the CMakeLists.txt in the parent directory of this file. That way we can
2626
// 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
27+
// (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

Comments
 (0)