From 4688a50dedf4ef9f545aa0da23a7f8c4d0950ed0 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Wed, 12 Nov 2014 10:06:02 -0500 Subject: [PATCH] Bug 1083664 - Disable test_dataChannel_basicAudio.html on OSX debug for frequent assertions. --HG-- extra : rebase_source : 253249f776e464781588eb62a7b3373faf44243e --- dom/media/tests/mochitest/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/media/tests/mochitest/mochitest.ini b/dom/media/tests/mochitest/mochitest.ini index 552118e7bc5..73cca50f7b8 100644 --- a/dom/media/tests/mochitest/mochitest.ini +++ b/dom/media/tests/mochitest/mochitest.ini @@ -12,7 +12,7 @@ support-files = turnConfig.js [test_dataChannel_basicAudio.html] -skip-if = toolkit == 'gonk' # Bug 962984 for debug, bug 963244 for opt +skip-if = toolkit == 'gonk' || (os == 'mac' && debug) # Bug 962984 for debug, bug 963244 for opt, bug 1083664 for OSX [test_dataChannel_basicAudioVideo.html] skip-if = toolkit == 'gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) [test_dataChannel_basicAudioVideoCombined.html]