diff --git a/src/mod/endpoints/mod_sofia/test/conf-sipp/freeswitch.xml b/src/mod/endpoints/mod_sofia/test/conf-sipp/freeswitch.xml
index 0c1c01bf5c..cd29600c60 100644
--- a/src/mod/endpoints/mod_sofia/test/conf-sipp/freeswitch.xml
+++ b/src/mod/endpoints/mod_sofia/test/conf-sipp/freeswitch.xml
@@ -395,6 +395,32 @@
+
+
+
+
+ <
+
+
+
+
+
+
+
+
@@ -435,7 +461,33 @@
-
+
+
+
+
+
+ <
+
+
+
+
+
+
+
+
diff --git a/src/mod/endpoints/mod_sofia/test/sipp-based-tests.c b/src/mod/endpoints/mod_sofia/test/sipp-based-tests.c
index 7b2d7964c9..264642b0eb 100644
--- a/src/mod/endpoints/mod_sofia/test/sipp-based-tests.c
+++ b/src/mod/endpoints/mod_sofia/test/sipp-based-tests.c
@@ -249,7 +249,6 @@ FST_CORE_EX_BEGIN("./conf-sipp", SCF_VG | SCF_USE_SQL)
FST_TEARDOWN_BEGIN()
{
- switch_sleep(200 * 1000);
}
FST_TEARDOWN_END()
@@ -697,8 +696,8 @@ skiptest:
kill_sipp();
}
}
+ switch_yield(10 * 1000 * 1000); /* timer-T1X64 */
FST_TEST_END()
-
}
FST_MODULE_END()
}
diff --git a/tests/unit/switch_rtp_pcap.c b/tests/unit/switch_rtp_pcap.c
index 17903be8bc..a9999256e4 100644
--- a/tests/unit/switch_rtp_pcap.c
+++ b/tests/unit/switch_rtp_pcap.c
@@ -590,6 +590,7 @@ FST_TEARDOWN_END()
fst_check(timeout_time - time_of_last_packet_rcvd > 3 * 1000); /* consider 3 seconds extra for the test - CI delay, load, etc */
}
FST_TEST_END()
+#if 0
FST_TEST_BEGIN(test_rtp_media_timeout_hold)
{
switch_core_session_t *session = NULL;
@@ -731,7 +732,7 @@ FST_TEARDOWN_END()
fst_check(timeout_time - time_of_last_packet_rcvd > 13000); /* consider 3 extra seconds for the tets - CI delay, load, etc */
}
FST_TEST_END()
-
+#endif
}
FST_SUITE_END()
}