Skip to content

Commit c74e2b2

Browse files
committed
Refs #20953: Comment backup tests
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent 748f18d commit c74e2b2

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

test/CMakeLists.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ list(APPEND TEST_LIST
7070
test_21_disposals_remote_server_trivial
7171
test_22_environment_variable_setup
7272

73-
test_24_backup
74-
test_25_backup_compatibility
75-
test_26_backup_restore
73+
# test_24_backup
74+
# test_25_backup_compatibility
75+
# test_26_backup_restore
7676

7777
test_27_slow_arise
7878
test_28_slow_arise_interconnection
@@ -141,8 +141,7 @@ list(APPEND TEST_LIST
141141
set(TEST_CASE_LIST)
142142

143143
# Test that are leaky and may fail
144-
set(FAIL_TEST_CASES
145-
test_26_backup_restore)
144+
set(FAIL_TEST_CASES)
146145

147146
# For each test case, create different executables for each configuration
148147
foreach(TEST IN LISTS TEST_LIST)

0 commit comments

Comments
 (0)