1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-27 19:05:38 +02:00

[398849] [junit-tests] need to disable problemmatic tests

This commit is contained in:
David McKnight 2013-01-22 18:04:02 -05:00
parent 5d0178ad3a
commit 81037837e2

View file

@ -9,6 +9,7 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
# Uwe Stieber (Wind River) - Rework test data location & connection management # Uwe Stieber (Wind River) - Rework test data location & connection management
# Martin Oberhuber (Wind River) - [240729] More flexible disabling of testcases # Martin Oberhuber (Wind River) - [240729] More flexible disabling of testcases
# David McKnight (IBM) - [398849] [junit-tests] need to disable problemmatic tests
############################################################################### ###############################################################################
# #
@ -41,6 +42,12 @@ RSENewConnectionWizardTestCase.testRestrictToSystemType=true
HostMoveTest.*=false HostMoveTest.*=false
RSEFileStoreTest.testDeleteSpecialCases=false
RSEFileStoreTest.testBrokenSymlink=false
RSEFileStoreTest.testModifyNonExisting=false
ScpFileSubsystemTestCase.testScpAccessToRemoteHost=false
# #
# The following section controls enablement of test cases by target or client platform. # The following section controls enablement of test cases by target or client platform.
# Uncomment a line to disable running unit tests on the specified target connection. # Uncomment a line to disable running unit tests on the specified target connection.