From 60bb4a1226ebae37c761c208d4edd02174ccf92a Mon Sep 17 00:00:00 2001 From: Perry Ismangil Date: Sun, 22 Mar 2015 08:30:44 +0000 Subject: Re #1828 disabled pesq tests git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5013 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/pjsua/runall.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/pjsua/runall.py b/tests/pjsua/runall.py index 1968ca92..5dd4188e 100644 --- a/tests/pjsua/runall.py +++ b/tests/pjsua/runall.py @@ -18,13 +18,14 @@ tests = [] excluded_tests = [ "svn", "pyc", "scripts-call/150_srtp_2_1", # SRTP optional 'cannot' call SRTP mandatory - "scripts-call/150_srtp_2_3.py", # temporarily disabled until #1267 done + "scripts-call/150_srtp_2_3.py", # disabled because #1267 wontfix "scripts-call/301_ice_public_a.py", # Unreliable, proxy returns 408 sometimes "scripts-call/301_ice_public_b.py", # Doesn't work because OpenSER modifies SDP "scripts-pres/200_publish.py", # Ok from cmdline, error from runall.py "scripts-media-playrec/100_resample_lf_8_11.py", # related to clock-rate 11 kHz problem "scripts-media-playrec/100_resample_lf_8_22.py", # related to clock-rate 22 kHz problem - "scripts-media-playrec/100_resample_lf_11" # related to clock-rate 11 kHz problem + "scripts-media-playrec/100_resample_lf_11", # related to clock-rate 11 kHz problem + "pesq" # temporarily disabling all pesq related test due to unreliability ] # Add basic tests -- cgit v1.2.3