For #9670: Disabled intermittent tabMediaControlButton test (#9679)

and removed file created by mistake -e

added reason for disabled tests
fennec/production
Oana Horvath 4 years ago committed by GitHub
parent 904bfc9ebe
commit b2da0bd922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,7 @@ package org.mozilla.fenix.ui
import okhttp3.mockwebserver.MockWebServer
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.helpers.AndroidAssetDispatcher
@ -88,6 +89,7 @@ class MediaNotificationTest {
}
@Test
@Ignore("Temp disable test - see: https://github.com/mozilla-mobile/fenix/issues/9670")
fun tabMediaControlButtonTest() {
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)

Loading…
Cancel
Save