mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
* Fixes #12752 - Temp disable intermittent failing test
This commit is contained in:
parent
02a929a926
commit
41c256e474
@ -322,6 +322,7 @@ class BookmarksTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("Flaky test, temp disabled: https://github.com/mozilla-mobile/fenix/issues/12752")
|
||||||
@Test
|
@Test
|
||||||
fun openSelectionInNewTabTest() {
|
fun openSelectionInNewTabTest() {
|
||||||
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
||||||
|
@ -11,6 +11,7 @@ import mozilla.components.browser.storage.sync.PlacesHistoryStorage
|
|||||||
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.helpers.AndroidAssetDispatcher
|
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
|
@Test
|
||||||
fun openHistoryInNewTabTest() {
|
fun openHistoryInNewTabTest() {
|
||||||
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
||||||
|
@ -8,6 +8,7 @@ import androidx.test.uiautomator.UiSelector
|
|||||||
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.helpers.AndroidAssetDispatcher
|
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
|
@Test
|
||||||
fun mediaSystemNotificationInPrivateModeTest() {
|
fun mediaSystemNotificationInPrivateModeTest() {
|
||||||
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
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
|
@Test
|
||||||
fun closeAllTabsTest() {
|
fun closeAllTabsTest() {
|
||||||
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user