Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwpiers2012-03-14 12:48:04 +0000
committerwpiers2012-03-14 12:48:04 +0000
commit2aace3ceac5bb335bc00b8e26405b54d81978ae4 (patch)
tree3b35821d22abdc177d902dfe85047dfb906534ad /tests/org.eclipse.m2m.atl.tests
parent04b7fac4a6635a42917c77e5df86240a849f6d8b (diff)
downloadorg.eclipse.atl-2aace3ceac5bb335bc00b8e26405b54d81978ae4.tar.gz
org.eclipse.atl-2aace3ceac5bb335bc00b8e26405b54d81978ae4.tar.xz
org.eclipse.atl-2aace3ceac5bb335bc00b8e26405b54d81978ae4.zip
desactivated tests
Diffstat (limited to 'tests/org.eclipse.m2m.atl.tests')
-rw-r--r--tests/org.eclipse.m2m.atl.tests/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/org.eclipse.m2m.atl.tests/pom.xml b/tests/org.eclipse.m2m.atl.tests/pom.xml
index 823350bf..1765de61 100644
--- a/tests/org.eclipse.m2m.atl.tests/pom.xml
+++ b/tests/org.eclipse.m2m.atl.tests/pom.xml
@@ -19,20 +19,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <includes>
- <include>org/eclipse/m2m/atl/tests/suite/AllTests.class</include>
- </includes>
- <useUIHarness>false</useUIHarness>
- <useUIThread>false</useUIThread>
- <argLine>-Xmx1024m</argLine>
- <argLine>-XX:MaxPermSize=256m</argLine>
- </configuration>
- </plugin>
</plugins>
</build>
</project>

Back to the top