summaryrefslogtreecommitdiffstats
path: root/storageframework
diff options
context:
space:
mode:
Diffstat (limited to 'storageframework')
-rw-r--r--storageframework/src/tests/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/storageframework/src/tests/CMakeLists.txt b/storageframework/src/tests/CMakeLists.txt
index 49c25a275f2..aa4be0783fa 100644
--- a/storageframework/src/tests/CMakeLists.txt
+++ b/storageframework/src/tests/CMakeLists.txt
@@ -24,9 +24,7 @@ vespa_add_executable(storageframework_testrunner_app TEST
storageframework_testthread
)
-# TODO: Test with a larger chunk size to parallelize test suite runs
vespa_add_test(
NAME storageframework_testrunner_app
- COMMAND python ${PROJECT_SOURCE_DIR}/cppunit-parallelize.py --chunks 1 $<TARGET_FILE:storageframework_testrunner_app>
- DEPENDS storageframework_testrunner_app
+ COMMAND storageframework_testrunner_app
)