mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 07:15:39 +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>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.tests</artifactId>
|
<artifactId>org.eclipse.rse.tests</artifactId>
|
||||||
<version>3.4.0-SNAPSHOT</version>
|
<version>3.4.0-SNAPSHOT</version>
|
||||||
<packaging>eclipse-test-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
|
<!-- <packaging>eclipse-test-plugin</packaging>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -26,10 +27,9 @@
|
||||||
<product>org.eclipse.sdk.ide</product>
|
<product>org.eclipse.sdk.ide</product>
|
||||||
<testFailureIgnore>true</testFailureIgnore>
|
<testFailureIgnore>true</testFailureIgnore>
|
||||||
<failIfNoTests>false</failIfNoTests>
|
<failIfNoTests>false</failIfNoTests>
|
||||||
<!-- <testClassesDirectory>${project.build.directory}/rsetests.jar-classes</testClassesDirectory>
|
|
||||||
-->
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
-->
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -48,7 +48,7 @@ public class RSECombinedTestSuite extends DelegatingTestSuiteHolder {
|
||||||
|
|
||||||
// add the single test suites to the overall one here.
|
// 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.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.connection.RSEConnectionTestSuite.suite());
|
||||||
suite.addTest(org.eclipse.rse.tests.core.registries.RSERegistriesTestSuite.suite());
|
suite.addTest(org.eclipse.rse.tests.core.registries.RSERegistriesTestSuite.suite());
|
||||||
suite.addTest(org.eclipse.rse.tests.internal.RSEInternalFrameworkTestSuite.suite());
|
suite.addTest(org.eclipse.rse.tests.internal.RSEInternalFrameworkTestSuite.suite());
|
||||||
|
|
Loading…
Add table
Reference in a new issue