Skip to content

Commit 73a558c

Browse files
committed
leveldb_snappy_test.cc: REVERT ME: temporarily allow the test to fail on iOS to verify the fix to xcresult_logs.py in #9645
1 parent c4ec40e commit 73a558c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Firestore/core/test/unit/local/leveldb_snappy_test.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ Path CreateLevelDbDatabaseThatUsesSnappyCompression();
4343
// This test ensures that we don't accidentally regress having added in Snappy
4444
// compression support (https://github.com/firebase/firebase-ios-sdk/pull/9596).
4545
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-
5246
Path leveldb_path = CreateLevelDbDatabaseThatUsesSnappyCompression();
5347
if (HasFatalFailure()) return;
5448

0 commit comments

Comments
 (0)