Bug 1830030 - disable failing deleteCollectionTest UI test

fenix/114.1.0
AndiAJ 1 year ago committed by mergify[bot]
parent 0bc581115e
commit 506f28e27f

@ -10,6 +10,7 @@ import androidx.test.uiautomator.UiDevice
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
@ -206,6 +207,7 @@ class CollectionTest {
// Test running on beta/release builds in CI:
// caution when making changes to it, so they don't block the builds
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1807289")
@SmokeTest
@Test
fun deleteCollectionTest() {

Loading…
Cancel
Save