Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/pom.xml')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/pom.xml b/tests/org.eclipse.team.tests.cvs.core/pom.xml
index c34027835..56fd5a358 100644
--- a/tests/org.eclipse.team.tests.cvs.core/pom.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/pom.xml
@@ -19,5 +19,12 @@
<groupId>org.eclipse.team</groupId>
<artifactId>org.eclipse.team.tests.cvs.core</artifactId>
<version>3.4.100-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
+ <packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <testSuite>${project.artifactId}</testSuite>
+ <testClass>org.eclipse.team.tests.ccvs.core.AllCoreTests</testClass>
+ <!-- Currently, test fails with tycho-surefire-plugin -->
+ <skipTests>true</skipTests>
+ </properties>
</project>

Back to the top