and removed file created by mistake -e

added reason for disabled tests
pull/600/head
Oana Horvath 4 years ago committed by GitHub
parent dca4c74a30
commit 47366000e3

@ -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