mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/12752, https://github.com/mozilla-mobile/fenix/issues/12764 - Temp disable openHistoryInNewTabTest intermittent UI test failures (https://github.com/mozilla-mobile/fenix/pull/12754)
* Fixes https://github.com/mozilla-mobile/fenix/issues/12752 - Temp disable intermittent failing test
This commit is contained in:
parent
5a895d6125
commit
41bb2cb087
@ -322,6 +322,7 @@ class BookmarksTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Flaky test, temp disabled: https://github.com/mozilla-mobile/fenix/issues/12752")
|
||||
@Test
|
||||
fun openSelectionInNewTabTest() {
|
||||
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
||||
|
@ -11,6 +11,7 @@ import mozilla.components.browser.storage.sync.PlacesHistoryStorage
|
||||
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
|
||||
@ -203,6 +204,7 @@ class HistoryTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Flaky test, temp disabled: https://github.com/mozilla-mobile/fenix/issues/12752")
|
||||
@Test
|
||||
fun openHistoryInNewTabTest() {
|
||||
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
||||
|
@ -8,6 +8,7 @@ import androidx.test.uiautomator.UiSelector
|
||||
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
|
||||
@ -135,6 +136,7 @@ class MediaNotificationTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Flaky test, temp disabled: https://github.com/mozilla-mobile/fenix/issues/12764")
|
||||
@Test
|
||||
fun mediaSystemNotificationInPrivateModeTest() {
|
||||
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
||||
|
@ -104,6 +104,7 @@ class TabbedBrowsingTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Flaky test, temp disabled: https://github.com/mozilla-mobile/fenix/issues/12752")
|
||||
@Test
|
||||
fun closeAllTabsTest() {
|
||||
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user