2881: Re-enable Node Manager tests.
authorBrett Smith <brett@curoverse.com>
Tue, 14 Oct 2014 14:15:53 +0000 (10:15 -0400)
committerBrett Smith <brett@curoverse.com>
Tue, 14 Oct 2014 14:15:53 +0000 (10:15 -0400)
The work done in refs #4139 should make these more reliable.

jenkins/run-tests.sh

index 05f009ca339d46a2b21305f577df38157194ab30..412aac0e4322e0a4aed8cf73c9e05f06a0e615cf 100755 (executable)
@@ -122,12 +122,6 @@ 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