1
0
Fork 0

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

and removed file created by mistake -e

added reason for disabled tests
master
Oana Horvath 2020-04-03 20:39:33 +03:00 committed by GitHub
parent 904bfc9ebe
commit b2da0bd922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

0
-e
View File

View File

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