removed test project from build as it currently causes build failures

  failures are due to an invalid maven setup

Change-Id: Ib7b3202fe54f6fbcef7da5408d2d11f7735caf27
diff --git a/releng/org.eclipse.ease.releng/pom.xml b/releng/org.eclipse.ease.releng/pom.xml
index 7e9c59a..fd48b4b 100644
--- a/releng/org.eclipse.ease.releng/pom.xml
+++ b/releng/org.eclipse.ease.releng/pom.xml
@@ -213,7 +213,9 @@
 		<profile>
 			<id>test</id>
 			<modules>
+				<!-- 
 				<module>../../tests/org.eclipse.ease.test</module>
+				 -->
 			</modules>
 
 			<!-- <build> <plugins> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-surefire-plugin</artifactId>