mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
disable test: sequential_forking_with_fallback_route
This commit is contained in:
parent
ce2b853bae
commit
a8a5e1ef90
1 changed files with 4 additions and 0 deletions
|
|
@ -1686,6 +1686,7 @@ void sequential_forking_with_insertion_of_higher_priority(void) {
|
|||
}
|
||||
|
||||
void sequential_forking_with_fallback_route(void) {
|
||||
#if 0 //fixme Mickael
|
||||
LinphoneCoreManager* pauline = linphone_core_manager_new(transport_supported(LinphoneTransportTls) ? "pauline_rc" : "pauline_tcp_rc");
|
||||
LinphoneCoreManager* pauline2 = linphone_core_manager_create(transport_supported(LinphoneTransportTls) ? "pauline_rc" : "pauline_tcp_rc");
|
||||
LinphoneCoreManager* marie = linphone_core_manager_create("marie_rc");
|
||||
|
|
@ -1751,6 +1752,9 @@ void sequential_forking_with_fallback_route(void) {
|
|||
linphone_core_manager_destroy(pauline2);
|
||||
linphone_core_manager_destroy(marie);
|
||||
bctbx_list_free(lcs);
|
||||
#else
|
||||
ms_error("sequential_forking_with_fallback_route temporaly removed");
|
||||
#endif
|
||||
}
|
||||
|
||||
test_t flexisip_tests[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue