Bug 1847583 - Disable blocking UI tests: Bug 1846941, Bug 1847774

fenix/118.0
oana.horvath 10 months ago committed by mergify[bot]
parent 7fd143e7f2
commit b3f5277652

@ -326,6 +326,7 @@ class ComposeSmokeTest {
}
}
@Ignore("Failing, see https://bugzilla.mozilla.org/show_bug.cgi?id=1846941")
@Test
fun tabMediaControlButtonTest() {
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)

@ -3,6 +3,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.customannotations.SmokeTest
@ -617,6 +618,7 @@ class CreditCardAutofillTest {
}
}
@Ignore("Failing, see https://bugzilla.mozilla.org/show_bug.cgi?id=1847774")
@Test
fun verifySavedCreditCardsRedirectionToAutofillAfterInterruptionTest() {
homeScreen {

Loading…
Cancel
Save