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:
parent
5d0178ad3a
commit
81037837e2
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
# Uwe Stieber (Wind River) - Rework test data location & connection management
|
||||
# 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
|
||||
|
||||
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.
|
||||
# Uncomment a line to disable running unit tests on the specified target connection.
|
||||
|
|
Loading…
Add table
Reference in a new issue