From 284acd7cf652e9ca0fcd57a230fedcc2a155db67 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 10 Oct 2014 11:38:34 -0400 Subject: [PATCH 1/1] 2881: Skip Node Manager tests for now. See comment for detailed rationale. Refs #2881, #4139. --- jenkins/run-tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh index 412aac0..05f009c 100755 --- a/jenkins/run-tests.sh +++ b/jenkins/run-tests.sh @@ -122,6 +122,12 @@ declare -A skip # Always skip CLI tests. They don't know how to use run_test_server.py. skip[cli]=1 +# Skip Node Manager tests. Because these tests are multithreaded, their +# performance is a little unpredictable, and Jenkins regularly has trouble +# with them. Brett has a plan for making them more robust, but it's going +# to take a little time to implement. -2014-10-10 +skip[nodemanager]=1 + while [[ -n "$1" ]] do arg="$1"; shift -- 2.30.2