summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPerry Ismangil <perry@teluu.com>2015-03-22 08:30:44 +0000
committerPerry Ismangil <perry@teluu.com>2015-03-22 08:30:44 +0000
commit60bb4a1226ebae37c761c208d4edd02174ccf92a (patch)
treee6cab2a03168138bd031c1b455b2c98b2d8d95eb /tests
parente346ff50cd4cbc37c5961c2c2f36315f06c3525e (diff)
Re #1828 disabled pesq tests
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5013 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests')
-rw-r--r--tests/pjsua/runall.py5
1 files changed, 3 insertions, 2 deletions
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