You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/08/31 19:46:33 UTC

airavata git commit: making skip tests true in refactoring module

Repository: airavata
Updated Branches:
  refs/heads/develop 570832d1c -> 6b9b4413d


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/develop
Commit: 6b9b4413d8b246044299dc3200ec6dfb46ea6512
Parents: 570832d
Author: scnakandala <su...@gmail.com>
Authored: Wed Aug 31 15:46:29 2016 -0400
Committer: scnakandala <su...@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>