Skip to content

Commit

Permalink
build/cmake: disable LevelDB tests
Browse files Browse the repository at this point in the history
LevelDB fault_injection_tests are indeterministically causing test
failures. This is making the CI randomly red.
  • Loading branch information
div72 committed Sep 16, 2024
1 parent aa92bb1 commit 96d6494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(SYSTEM_LEVELDB)
else()
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)

set(LEVELDB_BUILD_TESTS ${ENABLE_TESTS})
set(LEVELDB_BUILD_TESTS OFF)
set(LEVELDB_BUILD_BENCHMARKS OFF)
set(LEVELDB_INSTALL OFF)

Expand Down

0 comments on commit 96d6494

Please sign in to comment.