making skip tests true in refactoring module

Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/6b9b4413
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/6b9b4413
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/6b9b4413

Branch: refs/heads/lahiru/AIRAVATA-2065
Commit: 6b9b4413d8b246044299dc3200ec6dfb46ea6512
Parents: 570832d
Author: scnakandala <supun.nakand...@gmail.com>
Authored: Wed Aug 31 15:46:29 2016 -0400
Committer: scnakandala <supun.nakand...@gmail.com>
Committed: Wed Aug 31 15:46:29 2016 -0400

----------------------------------------------------------------------
 modules/registry-refactoring/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/6b9b4413/modules/registry-refactoring/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry-refactoring/pom.xml 
b/modules/registry-refactoring/pom.xml
index 52db507..b794349 100644
--- a/modules/registry-refactoring/pom.xml
+++ b/modules/registry-refactoring/pom.xml
@@ -117,7 +117,7 @@
                 <configuration>
                     <failIfNoTests>false</failIfNoTests>
                     <!--<skipTests>${skipTests}</skipTests>-->
-                    <skipTests>false</skipTests>
+                    <skipTests>true</skipTests>
                     
<workingDirectory>${project.build.testOutputDirectory}</workingDirectory>
                 </configuration>
             </plugin>

Reply via email to