Bug 1555656 - disabled testDeviceRecordingEventAudio on android debug r=fluffyemily

Differential Revision: https://phabricator.services.mozilla.com/D40359

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreea Pavel 2019-08-02 09:53:25 +00:00
parent e070f1469e
commit 4f94425441

View File

@ -115,6 +115,8 @@ class MediaDelegateTest : BaseSessionTest() {
}
@Test fun testDeviceRecordingEventAudio() {
// disable test on debug Bug 1555656
assumeThat(sessionRule.env.isDebugBuild, equalTo(false))
mainSession.loadTestPath(HELLO_HTML_PATH)
mainSession.waitForPageStop()