cachelib/cachelib-fix-DeviceTest-FDP.diff
Michel Lind 8595ee4fe2 Update to the 2025.02.03.00 tag; Fixes: RHBZ#2341686
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2025-02-07 14:59:42 -06:00

11 lines
444 B
Diff

--- a/cachelib/navy/CMakeLists.txt
+++ b/cachelib/navy/CMakeLists.txt
@@ -105,7 +105,7 @@ if (BUILD_TESTS)
add_test (scheduler/tests/ThreadPoolJobSchedulerTest.cpp)
add_test (driver/tests/DriverTest.cpp)
if (NOT MISSING_FALLOCATE)
- add_test (common/tests/DeviceTest.cpp)
+# add_test (common/tests/DeviceTest.cpp)
endif()
add_test (block_cache/tests/AllocatorTest.cpp)
add_test (block_cache/tests/RegionManagerTest.cpp)