Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
leveldb_snappy_test.cc: add SKIP_TEST_ON_IOS
  • Loading branch information
dconeybe committed Apr 11, 2022
commit 07023a9751b4b3acacea7c379b43ed72fc8ed90b
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Path CreateLevelDbDatabaseThatUsesSnappyCompression();
// This test ensures that we don't accidentally regress having added in Snappy
// compression support (https://github.com/firebase/firebase-ios-sdk/pull/9596).
TEST(LevelDbSnappy, LevelDbHasSnappySupportCompiledIn) {
// Do not run this test on iOS because LevelDb in iOS does not support Snappy.
SKIP_TEST_ON_IOS;

Path leveldb_path = CreateLevelDbDatabaseThatUsesSnappyCompression();
if (HasFatalFailure()) return;

Expand Down