We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da875ff commit 358674cCopy full SHA for 358674c
1 file changed
test/CMakeLists.txt
@@ -70,9 +70,9 @@ list(APPEND TEST_LIST
70
test_21_disposals_remote_server_trivial
71
test_22_environment_variable_setup
72
73
- test_24_backup
74
- test_25_backup_compatibility
75
- test_26_backup_restore
+ # test_24_backup
+ # test_25_backup_compatibility
+ # test_26_backup_restore
76
77
test_27_slow_arise
78
test_28_slow_arise_interconnection
@@ -141,8 +141,7 @@ list(APPEND TEST_LIST
141
set(TEST_CASE_LIST)
142
143
# Test that are leaky and may fail
144
-set(FAIL_TEST_CASES
145
- test_26_backup_restore)
+set(FAIL_TEST_CASES)
146
147
# For each test case, create different executables for each configuration
148
foreach(TEST IN LISTS TEST_LIST)
0 commit comments