mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +02:00
[releng]disabling all the RSE tests for tycho build.
This commit is contained in:
parent
f00cb34b1f
commit
399ba10e67
2 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,8 @@
|
|||
<groupId>org.eclipse.tm</groupId>
|
||||
<artifactId>org.eclipse.rse.tests</artifactId>
|
||||
<version>3.4.0-SNAPSHOT</version>
|
||||
<packaging>eclipse-test-plugin</packaging>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
<!-- <packaging>eclipse-test-plugin</packaging>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -26,10 +27,9 @@
|
|||
<product>org.eclipse.sdk.ide</product>
|
||||
<testFailureIgnore>true</testFailureIgnore>
|
||||
<failIfNoTests>false</failIfNoTests>
|
||||
<!-- <testClassesDirectory>${project.build.directory}/rsetests.jar-classes</testClassesDirectory>
|
||||
-->
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</build>
|
||||
-->
|
||||
</project>
|
||||
|
|
|
@ -48,7 +48,7 @@ public class RSECombinedTestSuite extends DelegatingTestSuiteHolder {
|
|||
|
||||
// add the single test suites to the overall one here.
|
||||
suite.addTest(org.eclipse.rse.tests.core.AllTests.suite());
|
||||
// suite.addTest(org.eclipse.rse.tests.core.passwords.PasswordsTestSuite.suite());
|
||||
suite.addTest(org.eclipse.rse.tests.core.passwords.PasswordsTestSuite.suite());
|
||||
suite.addTest(org.eclipse.rse.tests.core.connection.RSEConnectionTestSuite.suite());
|
||||
suite.addTest(org.eclipse.rse.tests.core.registries.RSERegistriesTestSuite.suite());
|
||||
suite.addTest(org.eclipse.rse.tests.internal.RSEInternalFrameworkTestSuite.suite());
|
||||
|
|
Loading…
Add table
Reference in a new issue