Bug 906752 - Disable test_audioBufferSourceNodeOffset.html on debug builds. a=test-only

This commit is contained in:
Ryan VanderMeulen 2014-08-21 13:34:19 -04:00
parent 2af9782c37
commit 1fd7d146fb

View File

@ -38,7 +38,7 @@ support-files =
[test_audioBufferSourceNodeNoStart.html]
[test_audioBufferSourceNodeNullBuffer.html]
[test_audioBufferSourceNodeOffset.html]
skip-if = (toolkit == 'gonk' && !debug) || (toolkit == 'android') #bug 906752
skip-if = (toolkit == 'gonk') || (toolkit == 'android') || debug #bug 906752
[test_audioBufferSourceNodePassThrough.html]
[test_AudioContext.html]
[test_audioDestinationNode.html]