You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/05/20 12:56:02 UTC

svn commit: r1596191 - /incubator/slider/trunk/src/test/clusters/sandbox/slider/slider-client.xml

Author: stevel
Date: Tue May 20 10:56:02 2014
New Revision: 1596191

URL: http://svn.apache.org/r1596191
Log:
flip default agent test bit to false on the sandbox config

Modified:
    incubator/slider/trunk/src/test/clusters/sandbox/slider/slider-client.xml

Modified: incubator/slider/trunk/src/test/clusters/sandbox/slider/slider-client.xml
URL: http://svn.apache.org/viewvc/incubator/slider/trunk/src/test/clusters/sandbox/slider/slider-client.xml?rev=1596191&r1=1596190&r2=1596191&view=diff
==============================================================================
--- incubator/slider/trunk/src/test/clusters/sandbox/slider/slider-client.xml (original)
+++ incubator/slider/trunk/src/test/clusters/sandbox/slider/slider-client.xml Tue May 20 10:56:02 2014
@@ -54,7 +54,7 @@
   <property>
     <name>slider.test.agent.enabled</name>
     <description>Flag to enable/disable Agent tests</description>
-    <value>true</value>
+    <value>false</value>
   </property>