From 17b826a3e32377eb2ac6b1bcb054cfe086ffb02a Mon Sep 17 00:00:00 2001 From: Brian Szmyd Date: Wed, 18 Oct 2023 12:46:20 -0700 Subject: [PATCH] Disable blob tests. --- src/lib/homestore_backend/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/homestore_backend/CMakeLists.txt b/src/lib/homestore_backend/CMakeLists.txt index f55ae4da..736b9dfb 100644 --- a/src/lib/homestore_backend/CMakeLists.txt +++ b/src/lib/homestore_backend/CMakeLists.txt @@ -40,5 +40,5 @@ target_link_libraries(blob_homestore_test homeobject_homestore ${COMMON_TEST_DEPS} ) -add_test(NAME BlobHomestoreTest COMMAND blob_homestore_test -csv error --num-iters 100) +#add_test(NAME BlobHomestoreTest COMMAND blob_homestore_test -csv error --num_iters 100) endif()