mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
Bug 1830030 - Re-enable deleteCollectionTest UI test
This commit is contained in:
parent
d2112d8174
commit
cc56f52742
@ -10,7 +10,6 @@ import androidx.test.uiautomator.UiDevice
|
|||||||
import okhttp3.mockwebserver.MockWebServer
|
import okhttp3.mockwebserver.MockWebServer
|
||||||
import org.junit.After
|
import org.junit.After
|
||||||
import org.junit.Before
|
import org.junit.Before
|
||||||
import org.junit.Ignore
|
|
||||||
import org.junit.Rule
|
import org.junit.Rule
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import org.mozilla.fenix.customannotations.SmokeTest
|
import org.mozilla.fenix.customannotations.SmokeTest
|
||||||
@ -207,7 +206,6 @@ class CollectionTest {
|
|||||||
|
|
||||||
// Test running on beta/release builds in CI:
|
// Test running on beta/release builds in CI:
|
||||||
// caution when making changes to it, so they don't block the builds
|
// 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
|
@SmokeTest
|
||||||
@Test
|
@Test
|
||||||
fun deleteCollectionTest() {
|
fun deleteCollectionTest() {
|
||||||
|
Loading…
Reference in New Issue
Block a user