aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2016-06-16 15:34:35 +0200
committerGitHub <noreply@github.com>2016-06-16 15:34:35 +0200
commit4846c77475562d91efda27df9249a69539868f43 (patch)
treea2f6984ccd34b1e28f9060d9d8c7533eaecf3401
parent969ed603c8900710f69b8599e3495ea44aeea1b8 (diff)
parent5f72c7d6f2a7f314779fcc888fe1bdd3b3eaceb6 (diff)
Merge pull request #22 from yahoo/balder/do-not-run-expensive-tests
Do not spend huge resources on testing an unused functionality that w…
-rw-r--r--fastos/src/tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/fastos/src/tests/CMakeLists.txt b/fastos/src/tests/CMakeLists.txt
index c80dca8c2e1..8b069e15dcb 100644
--- a/fastos/src/tests/CMakeLists.txt
+++ b/fastos/src/tests/CMakeLists.txt
@@ -5,7 +5,6 @@ vespa_add_executable(fastos_processtest_app TEST
DEPENDS
fastos
)
-vespa_add_test(NAME fastos_processtest_app NO_VALGRIND COMMAND fastos_processtest_app fastos_processtest_app fastos_usecputest_app)
vespa_add_executable(fastos_prefetchtest_app TEST
SOURCES
prefetchtest.cpp