1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

[releng] temporarily disable password tests to debug builds failure.

This commit is contained in:
Anna Dushistova 2012-04-09 02:30:00 +00:00
parent 89158b13c1
commit d3309afde9

View file

@ -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());