Author: vanto
Date: Fri Nov 20 22:13:43 2009
New Revision: 882735

URL: http://svn.apache.org/viewvc?rev=882735&view=rev
Log:
skip axis tests when running on hudson

Modified:
    ode/branches/APACHE_ODE_1.X/Rakefile

Modified: ode/branches/APACHE_ODE_1.X/Rakefile
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/Rakefile?rev=882735&r1=882734&r2=882735&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.X/Rakefile Fri Nov 20 22:13:43 2009
@@ -241,7 +241,8 @@
     end
     test.setup 
unzip("#{webapp_dir}/WEB-INF"=>project("dao-jpa-ojpa-derby").package(:zip))
     test.setup 
unzip("#{webapp_dir}/WEB-INF"=>project("dao-hibernate-db").package(:zip))
-   
+    test.exclude('*') unless Buildr.environment != 'hudson'
+
     NativeDB.prepare_configs test, _(".")
 
     test.setup 
WSSecurity.prepare_secure_services_tests("#{test.resources.target}/TestRampartBasic/secured-services",
 "sample*.axis2", AXIS2_MODULES.mods)


Reply via email to