File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Firestore/core/test/unit/local Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,6 @@ Path CreateLevelDbDatabaseThatUsesSnappyCompression();
43
43
// This test ensures that we don't accidentally regress having added in Snappy
44
44
// compression support (https://github.com/firebase/firebase-ios-sdk/pull/9596).
45
45
TEST (LevelDbSnappy, LevelDbHasSnappySupportCompiledIn) {
46
- // Only run this test in cmake builds, since Snappy support is not included
47
- // when pulling in LevelDb via CocoaPods or Swift Package Manager.
48
- #if FIRESTORE_TESTS_CMAKE_BUILD
49
- GTEST_SKIP () << " Snappy support is only present in cmake builds" ;
50
- #endif
51
-
52
46
Path leveldb_path = CreateLevelDbDatabaseThatUsesSnappyCompression ();
53
47
if (HasFatalFailure ()) return ;
54
48
You can’t perform that action at this time.
0 commit comments