1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

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

This commit is contained in:
Anna Dushistova 2012-03-28 17:31:17 +00:00
parent c2e80feb83
commit 54146387cf

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