aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-12 11:05:18 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-12 11:05:41 +0000
commit4e675cad584b6989cc2a65d24c9938a5ccdc867d (patch)
treed8e16a4e93989d5bad33b8cbbfaf7e0c498e6943 /vdslib
parent9961aa26b7f7749dd1bfa2e3d4fecff5334b1fef (diff)
Disable valgrind as this test takes 360s with and 3s without.
Diffstat (limited to 'vdslib')
-rw-r--r--vdslib/src/tests/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/vdslib/src/tests/CMakeLists.txt b/vdslib/src/tests/CMakeLists.txt
index 0b48d675ddc..bbc31fcb703 100644
--- a/vdslib/src/tests/CMakeLists.txt
+++ b/vdslib/src/tests/CMakeLists.txt
@@ -12,8 +12,4 @@ vespa_add_executable(vdslib_gtest_runner_app TEST
GTest::GTest
)
-vespa_add_test(
- NAME vdslib_gtest_runner_app
- COMMAND vdslib_gtest_runner_app
- COST 300
-)
+vespa_add_test(NAME vdslib_gtest_runner_app NO_VALGRIND COMMAND vdslib_gtest_runner_app COST 300)